[PHP-DOC] cvs: phpdoc /en/language control-structures.xml From: Jesus M. Castagnetto (jesusmc <email protected>)
Date: 07/11/00

jmcastagnetto Tue Jul 11 01:08:04 2000 EDT

  Modified files:
    /phpdoc/en/language control-structures.xml
  Log:
  Added stumps for require_once() and include_once()
  
  
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.11 phpdoc/en/language/control-structures.xml:1.12
--- phpdoc/en/language/control-structures.xml:1.11 Wed Jul 5 09:45:25 2000
+++ phpdoc/en/language/control-structures.xml Tue Jul 11 01:08:04 2000
@@ -1054,6 +1054,42 @@
    </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