php 验证是否是md5编码 - PHP
验证是否是md5编码 - PHP [代码片段(4行)]
function is_md5($password) { return preg_match("/^[a-z0-9]{32}$/", $password); } //该片段来自于http://outofmemory.cn
- 上一篇:php 辗转相除法,随写
- 下一篇:php 一个缓存类
精彩图集
精彩文章
function is_md5($password) { return preg_match("/^[a-z0-9]{32}$/", $password); } //该片段来自于http://outofmemory.cn
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229