ctype_upper大文字かどうか調べる 説明
bool ctype_upper(mixed
$text )
与えられた文字列 パラメータ
戻り値
例
例1 ctype_upper の例(デフォルトのロケールを利用)
上の例の出力は以下となります。 The string AKLWC139 does not consist of all uppercase letters. The string LMNSDO consists of all uppercase letters. The string akwSKWsm does not consist of all uppercase letters. 参考
|