应用程序验证的验证密码()。 Elle prendra un参数类型字符串。 Elle devra retourner un boolean qui vaut true si password尊敬的lesrèglessuivantes:
Faire au moins 8个actactères Avoir au moins 1 chiffre 细小和细微的阿瓦河
<?php
function verificationPassword($Password){
if (preg_match ("#[0-9A-Za-z]#", $Password) AND (strlen($Password)>=8)) {
return true;
}
}
?>
ÉCHEC!怎么了?