Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : Miscellaneous Functions : show_source

show_source

Alias of highlight_file (PHP 4, PHP 5)


Related Examples ( Source code ) » show_source


Code Examples / Notes » show_source

moslehi atsign gmail dot com

Simply locate a file that includes PHP codes and test it.
<?
show_source("page.php");
?>
Shows (Highlites) the PHP codes in "page.php" with syntax coloured codes.
Or see the source of page on a website as html :
<?
show_source("http://www.php.net/show_source");
?>
[Arash Moslehi]


edy

Show the source of the current file:
<?php
   /* some code here */
   
   show_source(__FILE__);    
?>


Change Language


Follow Navioo On Twitter
connection_aborted
connection_status
connection_timeout
constant
define
defined
die
eval
exit
get_browser
__halt_compiler
highlight_file
highlight_string
ignore_user_abort
pack
php_check_syntax
php_strip_whitespace
show_source
sleep
sys_getloadavg
time_nanosleep
time_sleep_until
uniqid
unpack
usleep
eXTReMe Tracker