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