PHP function highlight_file()
Availability in PHP 4.0
Syntax highlighting of a file
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$filename |
string |
not | Path to the PHP file to be highlighted. |
$return |
bool |
null | Set this parameter to true to make this function return the highlighted code. |
Return values
string
|bool If return is set to true, returns the highlighted code as a string instead of printing it out. Otherwise, it will return true on success, false on failure.