(PHP 4, PHP 5)
show_source — 别名 highlight_file()
此函数是该函数的别名: highlight_file().
edy at edy-b dot de (2007-05-19 15:49:38)
Show the source of the current file:<?php /* some code here */ show_source(__FILE__); ?>