Re: [PHP] change request for function highlight_string

2002-02-20 Thread Lars Torben Wilson
On Wed, 2002-02-20 at 14:13, Rein Velt wrote: > At this moment (php4.1.1) the function "highlight_string" has the following > syntax: > > > [quote] > bool highlight_string ( string str) > This function prints out a syntax highlighted version of str using the > colors defined in the built-in syn

[PHP] change request for function highlight_string

2002-02-20 Thread Rein Velt
At this moment (php4.1.1) the function "highlight_string" has the following syntax: [quote] bool highlight_string ( string str) This function prints out a syntax highlighted version of str using the colors defined in the built-in syntax highlighter for PHP. Returns TRUE or FALSE. [/quote] Th