ctype_xdigit16 進数を表す文字かどうかを調べる 説明
bool ctype_xdigit(mixed
$text )
与えられた文字列 パラメータ
戻り値
例
例1 ctype_xdigit の例
上の例の出力は以下となります。 The string AB10BC99 consists of all hexadecimal digits. The string AR1012 does not consist of all hexadecimal digits. The string ab12bc99 consists of all hexadecimal digits. 参考
|