downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

sleep> <php_strip_whitespace
[edit] Last updated: Fri, 25 May 2012

view this page in

show_source

(PHP 4, PHP 5)

show_sourceAlias de highlight_file()

Descripción

Esta función es un alias de: highlight_file().



add a note add a note User Contributed Notes show_source
edy at edy-b dot de 19-May-2007 03:49
Show the source of the current file:

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

 
show source | credits | sitemap | contact | advertising | mirror sites