|
PHP5中文手册
sha1(PHP 4 >= 4.3.0, PHP 5, PECL hash:1.1-1.3) sha1 — Calculate the sha1 hash of a string 说明
string sha1
( string $str
[, bool $raw_output
] )
Calculates the sha1 hash of str using the » US Secure Hash Algorithm 1, 参数
返回值Returns the sha1 hash as a string. 更新日志
范例
Example#1 A sha1() example
<?php |