2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2003-02-22 04:24:24 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
|
|
|
|
<refentry id="function.get-required-files">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>get_required_files</refname>
|
|
|
|
<refpurpose>
|
|
|
|
Returns an array with the names of included or required files
|
|
|
|
</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>array</type><methodname>get_required_files</methodname>
|
|
|
|
<void/>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2003-02-22 04:24:24 +00:00
|
|
|
As of PHP 4.0.4, this function is an &alias; for
|
2002-04-15 00:12:54 +00:00
|
|
|
<function>get_included_files</function>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
In PHP 4.0.1pl2 and previous versions
|
|
|
|
<function>get_required_files</function> assumed that the required
|
|
|
|
files ended in the extension <literal>.php</literal>, other
|
|
|
|
extensions would not be returned. The array returned by
|
|
|
|
<function>get_required_files</function> was an associative array
|
|
|
|
and only listed files included by <function>require</function>
|
|
|
|
and <function>require_once</function>.
|
|
|
|
</para>
|
|
|
|
<para>
|
2003-02-22 04:24:24 +00:00
|
|
|
See also
|
|
|
|
<function>require</function>,
|
|
|
|
<function>require_once</function>,
|
|
|
|
<function>include</function>,
|
2002-04-15 00:12:54 +00:00
|
|
|
<function>include_once</function>, and
|
|
|
|
<function>get_included_files</function>.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|