|
ctype_punct
Check for any printable character which is not whitespace or an
alphanumeric character
(PHP 4 >= 4.0.4, PHP 5)
Example 423. A ctype_punct() example<?php The above example will output: The string ABasdk!@!$# does not consist of all punctuation. |