|
PHP5中文手册
md5(PHP 4, PHP 5, PECL hash:1.1-1.3) md5 — Calculate the md5 hash of a string 说明
string md5
( string $str
[, bool $raw_output
] )
Calculates the MD5 hash of str using the » RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash. 参数
返回值Returns the hash as a 32-character hexadecimal number. 更新日志
范例
Example#1 A md5() example
<?php |