The Server Pages
:: TSP Menu
- Home
- Authors
- Glossary
- RSS Feed

:: Servers
- CPanel
- Hosting
- Linux
- Windows

:: Webmaster
- Databases
- Design
- PHP
- Search Engines

:: Scripts
- Scripts

:: Documentation
- PHP Manual

:: Other
- Errors & Solutions
- TechPunt
- Wojjie

search for in the

sleep> <php_strip_whitespace
[edit] Last updated: Sat, 12 May 2012

view this page in

show_source

(PHP 4, PHP 5)

show_sourceAlias 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 10:49
Show the source of the current file:

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

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