ctype_print印字可能な文字かどうかを調べる 説明
bool ctype_print(mixed
$text )
与えられた文字列 パラメータ
戻り値
例
例1 ctype_print の例
上の例の出力は以下となります。 The string 'string1' does not consist of all printable characters. The string 'string2' consists of all printable characters. The string 'string3' consists of all printable characters. 参考
|