 |
| File |
Role |
Description |
screenshot |
Screen |
screenshot |
|
Innovation Award
 August 2008
Number 2 |
PHP provides built-in support to display PHP code with highlighted syntax.
However, if you want to highlight code for PHP 5 or later using PHP 4, it may not work, as the highlighting functions may fail because PHP 5 syntax is invalid under PHP 4.
This class provides an alternative solution based on replacing code with syntax highlighting tags using PHP version independent regular expressions.
Manuel Lemos |
This class can be used to format PHP code as colored HTML independent of the PHP code version.
It takes a string of PHP code and reformats it by adding HTML tags that can render the PHP constructs using different colors.
The PHP code text reformatting uses only regular expression replacement.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (87.5%) |
Good (81.3%) |
- |
Good (87.5%) |
- |
- |
Sufficient (60.6%) |
660 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.