PHP Manual
ctype_print
Description
bool ctype_print ( string text )
Checks if all of the characters in the provided string,
text, are printable.
Return Values
Returns TRUE if every character in text
will actually create output (including blanks). Returns FALSE if
text contains control characters or characters
that do not have any output or control function at all.
Examples
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




