(PHP 7)
Check if code point is a graphic character
public static bool IntlChar::isgraph ( mixed $codepoint )
Determines whether the specified code point is a "graphic" character (printable, excluding spaces).
TRUE for all characters except those with general categories "Cc" (control codes), "Cf" (format controls), "Cs" (surrogates), "Cn" (unassigned), and "Z" (separators).
Parameters: