PHP function which does syntax color parsing for multiple languages?
Posted
by Edward Tanguay
on Stack Overflow
See other posts from Stack Overflow
or by Edward Tanguay
Published on 2008-11-20T22:57:37Z
Indexed on
2010/04/04
7:23 UTC
Read the original article
Hit count: 340
php
|syntax-highlighting
I'm doing a PHP site which displays code examples in various languages (C#, PHP, Perl, Ruby, etc.). Are there any PHP functions which add syntax coloring for these and other languages?
If not, I would at least like to find that one built-in PHP function which does syntax coloring for PHP code, can't find it anymore. Thanks.
© Stack Overflow or respective owner