芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/hashids/hashids/src/HashidsInterface.php
...$numbers */ public function encode(...$numbers): string; /** * Decode a hash to the original parameter values. * @return array
|array{} */ public function decode(string $hash): array; /** Encode hexadecimal values and generate a hash string. */ public function encodeHex(string $str): string; /** Decode a hexadecimal hash. */ public function decodeHex(string $hash): string; }