ctype_lower小文字かどうかを調べる 説明
bool ctype_lower(mixed
$text )
パラメータ
戻り値
例
例1 ctype_lower の例(デフォルトのロケールを利用)
上の例の出力は以下となります。 The string aac123 does not consist of all lowercase letters. The string qiutoas consists of all lowercase letters. The string QASsdks does not consist of all lowercase letters. 参考
|