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