ctype_digit数字かどうかを調べる 説明
bool ctype_digit(mixed
$text )
与えられた文字列 パラメータ
戻り値
string 例
例1 ctype_digit の例
上の例の出力は以下となります。 The string 1820.20 does not consist of all digits. The string 10002 consists of all digits. The string wsl!12 does not consist of all digits.
例2 ctype_digit で文字列と整数値を比較する例
参考
|