Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Hash/hash.php
Назад
<?php declare(strict_types=1); namespace Psl\Hash; /** * Generate a hash value (message digest). * * @throws Exception\RuntimeException If unable to pump data into the hashing context. * * @pure */ function hash(string $data, Algorithm $algorithm): string { return Context::forAlgorithm($algorithm)->update($data)->finalize(); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка