mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7091df77eb
commit
7a5a06289c
1 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue