show_source

(PHP 4, PHP 5)

show_sourceAlias of highlight_file()

Description

This function is an alias of: highlight_file().

Коментарии

//transcript.php contain some php script. Ex:
<?php 
     
echo "How tp use show_source()";
?>

Usage:
<?php 
$source 
show_source("transcript.php"true);
print 
$source;

?>

Output:
This is print the source of the
------------------------------------
<?php 
   
echo "How tp use show_source()";
?>
2019-07-25 10:01:21
http://php5.kiev.ua/manual/ru/function.show-source.html

    Поддержать сайт на родительском проекте КГБ