PHP Doku:: Alias von highlight_file - function.show-source.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenMiscellaneous FunctionsSonstige Funktionenshow_source

Ein Service von Reinhard Neidl - Webprogrammierung.

Sonstige Funktionen

<<php_strip_whitespace

sleep>>

show_source

(PHP 4, PHP 5)

show_sourceAlias von highlight_file()

Beschreibung

Diese Funktion ist ein Alias für: highlight_file().


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
edy at edy-b dot de
20.05.2007 0:49
Show the source of the current file:

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



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)