Added stumps for require_once() and include_once()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28071 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2000-07-11 08:08:04 +00:00
parent 7091df77eb
commit 7a5a06289c

View file

@ -1054,6 +1054,42 @@ include ("file.inc"); /* $varone and $vartwo will be available in file.inc */
</simpara>
</sect1>
<sect1 id="function.require-once">
<title><function>require_once</function></title>
<simpara>
TODO
The <function>require_once</function> statement replaces itself with
the specified file, much like the C preprocessor's
<literal>#include</literal> works.
</simpara>
<para>
Seel also: <function>require</function>,
<function>include</function>, <function>include_once</function>,
<function>get_required_files</function>,
<function>get_included_files</function>
</para>
</sect1>
<sect1 id="function.include-once">
<title><function>include_once</function></title>
<simpara>
TODO
The <function>include_once</function> statement replaces itself with
the specified file, much like the C preprocessor's
<literal>#include</literal> works.
</simpara>
<para>
Seel also: <function>require</function>,
<function>include</function>, <function>require_once</function>,
<function>get_required_files</function>,
<function>get_included_files</function>
</para>
</sect1>
</chapter>
<!-- Keep this comment at the end of the file