IntlChar::isgraph

IntlChar::isgraph

(PHP 7)

IntlChar::isgraphCheck if code point is a graphic character

Description

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).