highlight_string

(PHP4 )

highlight_string -- Syntax highlighting of a string

Description

void highlight_string (string str)

The highlight_string() function prints out a syntax highlighted version of str using the colors defined in the built-in syntax highlighter for PHP.

See also highlight_file(), show_source().