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

show_source

(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__);    
?>

易百教程