sleep> <php_strip_whitespace
Last updated: Fri, 02 Jan 2009

show_source

(PHP 4, PHP 5)

show_sourceSinônimo de highlight_file()

Descrição

Esta função é um apelido para: highlight_file().



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

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

sleep> <php_strip_whitespace
Last updated: Fri, 02 Jan 2009