ctype_alnum英数字かどうかを調べる 説明
bool ctype_alnum(mixed
$text )
与えられた文字列 パラメータ
戻り値
例
例1 A ctype_alnum の例 (デフォルトのロケールを使用)
上の例の出力は以下となります。 The string AbCd1zyZ9 consists of all letters or digits. The string foo!#$bar does not consist of all letters or digits. 参考
|