H A D | hash.stub.php | 6 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {} argument 9 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri… argument 12 function hash_hmac(string $algo, string $data, string $key, bool $binary = false): string {} argument 15 function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false): string|… argument 29 function hash_final(HashContext $context, bool $binary = false): string {} argument 47 … string $password, string $salt, int $iterations, int $length = 0, bool $binary = false, array $op… argument
|