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

search for in the

sleep> <php_strip_whitespace
Last updated: Sat, 24 Mar 2007

view this page in

show_source

(PHP 4, PHP 5)

show_source — Zvýrazní syntaxi souboru

Popis

boolean show_source ( string $filename )

Funkce show_source() vytiskne barevně zvýrazněnou syntaxi kódu obsaženého ve filename s použitím barev definovaných ve zvýrazňovači syntaxe zabudovaném v PHP. Vrací TRUE při úspěchu, jinak FALSE (PHP 4).

Poznámka: Tato funkce je alias funkce highlight_file()

Viz také highlight_string(), 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__);   
?>

sleep> <php_strip_whitespace
Last updated: Sat, 24 Mar 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites