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