md5でエンコードされているかどうか- -PHP 2014年1月3日function is_md5($password) { return preg_match(“/^[a-z0-9]{32}$/", $password); } SourcePosted by arkgame