(PHP 4, PHP 5)
show_source — Alias von highlight_file()
Diese Funktion ist ein Alias für: highlight_file().
Show the source of the current file: <?php /* some code here */ show_source(__FILE__); ?>