ctype_printCheck for printable character(s) Description
bool ctype_print
( string
$text
)
Checks if all of the characters in the provided string,
Parameters
Return Values
Returns Examples
Example #1 A ctype_print example
<?php The above example will output: The string 'string1' does not consist of all printable characters. The string 'string2' consists of all printable characters. The string 'string3' consists of all printable characters. Notes
See Also
|