📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 20:48:17
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
league
/
flysystem
/
src
✏️
Editing: ChecksumProvider.php
<?php namespace League\Flysystem; interface ChecksumProvider { /** * @return string MD5 hash of the file contents * * @throws UnableToProvideChecksum * @throws ChecksumAlgoIsNotSupported */ public function checksum(string $path, Config $config): string; }
💾 Save Changes
❌ Cancel