highlight_string -- Syntax highlighting of a string
Description
bool 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.
It returns true on success, false otherwise (PHP 4).