Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/hash/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/hash/README |
Generic hashing framework for PHP Simplest usages: $digest = hash($algoname, $message); $digest = hash_file($algoname, $filename); Examples: $digest = hash('md5', 'The quick brown fox jumped over the lazy dog.'); Feeder usage: $context = hash_init($algoname); hash_update($context, $message); $digest = hash_final($context); hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which behaves in the same manner as sha1()'s optional parameter.
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare