Ru-Web-Catalog: CAT.statme.RURussian web-catalog list with Page Ranks and Website page shots. |
function (mixed) highlight_string ( string $str [, bool $return ] )
$str
The PHP code to be highligthed. This should include the opening tag.
$return
Set this parameter to TRUE to make this function return the highlighted code.
<?php
highlight_string('<?php phpinfo(); ?>');
?>