Source of: /manual/fr/function.show-source.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.misc.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'fr',
),
'this' =>
array (
0 => 'function.show-source.php',
1 => 'show_source',
),
'up' =>
array (
0 => 'ref.misc.php',
1 => 'Fonctions diverses',
),
'prev' =>
array (
0 => 'function.php-strip-whitespace.php',
1 => 'php_strip_whitespace',
),
'next' =>
array (
0 => 'function.sleep.php',
1 => 'sleep',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.show-source" class="refentry">
<div class="refnamediv">
<h1 class="refname">show_source</h1>
<p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">show_source</span> — <span class="dc-title">Alias de <a href="function.highlight-file.php" class="function">highlight_file()</a></span></p>
</div>
<a name="function.show-source.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<p class="simpara">
Cette fonction est un alias de :
<a href="function.highlight-file.php" class="function">highlight_file()</a>.
</p>
</div>
</div><?php manual_footer(); ?>