PHP md5() 函数 md5
(PHP 4, PHP 5, PHP 7) md5 — 计算字符串的 MD5 散列值 说明 md5 ( string $str [, bool $raw_out...
(PHP 4, PHP 5, PHP 7) md5 — 计算字符串的 MD5 散列值 说明 md5 ( string $str [, bool $raw_out...
(PHP 4 >= 4.2.0, PHP 5, PHP 7) md5_file — 计算指定文件的 MD5 散列值 说明 md5_file ( string $filename&nbs...
(PHP 4, PHP 5, PHP 7) ltrim — 删除字符串开头的空白字符(或其他字符) 说明 ltrim ( string $str [, string&nb...
(PHP 4 >= 4.0.5, PHP 5, PHP 7) localeconv — Get numeric formatting information 说明 localeconv ( vo...
(PHP 4 >= 4.0.1, PHP 5, PHP 7) levenshtein — 计算两个字符串之间的编辑距离 说明 编辑距离,是指两个字串之间,通过替换、插入、删除等操作将字符串str1转换成str2所需...
lcfirst (PHP 5 >= 5.3.0, PHP 7) lcfirst — 使一个字符串的第一个字符小写 说明 lcfirst ( string $str ) :&n...
join (PHP 4, PHP 5, PHP 7) join — 别名 implode() 说明 此函数是该函数的别名: implode().
(PHP 4, PHP 5, PHP 7) implode — 将一个一维数组的值转化为字符串 说明 implode ( string $glue , array&nbs...
(PHP 4, PHP 5, PHP 7) htmlspecialchars — 将特殊字符转换为 HTML 实体 说明 htmlspecialchars ( string $string&...
(PHP 5 >= 5.1.0, PHP 7) htmlspecialchars_decode — 将特殊的 HTML 实体转换回普通字符 说明 htmlspecialchars_decode (&nbs...