杂项 函数
在线手册:中文 英文
PHP手册

show_source

(PHP 4, PHP 5)

show_source别名 highlight_file()

说明

此函数是该函数的别名: highlight_file().


杂项 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: 别名 highlight_file

用户评论:

edy at edy-b dot de (19-May-2007 11:49)

Show the source of the current file:

<?php
   
/* some code here */
   
   
show_source(__FILE__);   
?>