ctype_space空白文字かどうか調べる 説明
bool ctype_space(mixed
$text )
与えられた文字列 パラメータ
戻り値
例
例1 ctype_space の例
上の例の出力は以下となります。 The string 'string1' consists of whitespace characters only. The string 'string2' contains non-whitespace characters. The string 'string3' contains non-whitespace characters. 参考
|