Date: 07/12/00
- Next message: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions array.xml"
- Previous message: Mail of Maliki: "[PHP-DOC] php3.0.16 with apache1.3.6 with oracle8.0.5 in SCO Unixware 7.1.1"
- Next in thread: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/language control-structures.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Wolfgang Drews: "[PHP-DOC] cvs: phpdoc /de/functions array.xml"
- Previous message: Mail of Maliki: "[PHP-DOC] php3.0.16 with apache1.3.6 with oracle8.0.5 in SCO Unixware 7.1.1"
- Next in thread: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/language control-structures.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

