|
PHP5中文手册
hash_algos(PHP 5 >= 5.1.2, PECL hash:1.1-1.5) hash_algos — Return a list of registered hashing algorithms 说明
array hash_algos
( void
)
返回值Returns a numerically indexed array containing the list of supported hashing algorithms. 范例
Example#1 hash_algos() example As of PHP 5.1.2, hash_algos() will return the following list of algorithm names.
<?php 上例将输出:
|