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: Fri, 16 May 2008

view this page in

show_source

(PHP 4, PHP 5)

show_source — Alias of highlight_file()

Description

This function is an alias of: 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__);   
?>
Moslehi[atsign]Gmail[dot]com
16-Mar-2006 03:38
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]

sleep> <php_strip_whitespace
Last updated: Fri, 16 May 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites