Source of: /manual/en/function.get-required-files.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.info.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.get-required-files.php',
1 => 'get_required_files',
),
'up' =>
array (
0 => 'ref.info.php',
1 => 'PHP Options/Info Functions',
),
'prev' =>
array (
0 => 'function.get-magic-quotes-runtime.php',
1 => 'get_magic_quotes_runtime',
),
'next' =>
array (
0 => 'function.getenv.php',
1 => 'getenv',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.get-required-files" class="refentry">
<div class="refnamediv">
<h1 class="refname">get_required_files</h1>
<p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">get_required_files</span> — <span class="dc-title">Alias of <a href="function.get-included-files.php" class="function">get_included_files()</a></span></p>
</div>
<a name="function.get-required-files.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<p class="simpara">
This function is an alias of: <a href="function.get-included-files.php" class="function">get_included_files()</a>.
</p>
</div>
</div><?php manual_footer(); ?>