ctype_punct空白、英数字以外の出力可能な文字かどうかを調べる 説明
bool ctype_punct(mixed
$text )
与えられた文字列 パラメータ
戻り値
例
例1 ctype_punct の例
上の例の出力は以下となります。 The string ABasdk!@!$# does not consist of all punctuation. The string !@ # $ does not consist of all punctuation. The string *&$() consists of all punctuation. 参考
|