Show the source of the current file:
<?php
/* some code here */
show_source(__FILE__);
?>
Opis
Ta funkcja jest aliasem dla: highlight_file().
show_source
edy at edy-b dot de
20-May-2007 12:49
20-May-2007 12:49
Moslehi[atsign]Gmail[dot]com
17-Mar-2006 12:38
17-Mar-2006 12: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]
