php $pswd = "secretpswd"; if (strlen($string) < 10) echo "Password is too short!"; ?> Related examples in the same category. 1. Calculating the length of ...
確定! 回上一頁