[PHP-DOC] cvs: phpdoc /de/language control-structures.xml From: Wolfgang Drews (drews <email protected>)
Date: 07/12/00

drews Wed Jul 12 04:57:14 2000 EDT

  Modified files:
    /phpdoc/de/language control-structures.xml
  Log:
  Added:
  function.require-once
  function.include-once
  (updated from english manual)
  
  translation required
  --> german tree version is up2date now
  
Index: phpdoc/de/language/control-structures.xml
diff -u phpdoc/de/language/control-structures.xml:1.11 phpdoc/de/language/control-structures.xml:1.12
--- phpdoc/de/language/control-structures.xml:1.11 Sat Jul 8 10:53:15 2000
+++ phpdoc/de/language/control-structures.xml Wed Jul 12 04:57:14 2000
@@ -1056,6 +1056,38 @@
    </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