eschmid         Sat Dec 29 02:47:29 2001 EDT

  Modified files:              
    /phpdoc/nl  language-snippets.ent preface.xml 
    /phpdoc/nl/appendices       history.xml 
  Log:
  Fixed some errors.
  
Index: phpdoc/nl/language-snippets.ent
diff -u phpdoc/nl/language-snippets.ent:1.6 phpdoc/nl/language-snippets.ent:1.7
--- phpdoc/nl/language-snippets.ent:1.6 Thu Jul 12 09:39:54 2001
+++ phpdoc/nl/language-snippets.ent     Sat Dec 29 02:47:28 2001
@@ -1,19 +1,37 @@
-<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.6 2001/07/12 13:39:54 jeroen Exp 
$ -->
+<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.7 2001/12/29 07:47:28 eschmid Exp 
+$ -->
 
 
 
 <!ENTITY warn.experimental '<warning><simpara>Deze module is 
<emphasis>EXPERIMENTEEL</emphasis>. Dat betekent, dat het gedrag van deze functies, 
deze functienamen, in concreto ALLES dat hier gedocumenteerd is in een toekomstige 
uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze 
module op eigen risico.</simpara></warning>'>
 <!ENTITY warn.experimental.func '<warning><simpara>Deze functie is 
<emphasis>EXPERIMENTEEL</emphasis>. Dat betekent, dat het gedrag van deze functie, 
deze functienaam, in concreto ALLES dat hier gedocumenteerd is in een toekomstige 
uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze 
functie op eigen risico.</simpara></warning>'>
 
+<!ENTITY warn.undocumented.func '<warning><simpara>This function is
+currently not documented, only the argument list is
+available.</simpara></warning>'>
+
 <!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs its result 
directly to the browser, you can use the <link linkend="ref.outcontrol">output-control 
functions</link> to capture the output of this function, and save it - for example - 
in a <type>string</type>.</simpara></tip>'>
 
+<!ENTITY tip.fopen-wrapper '<tip><simpara>You can use a URL as a
+filename with this function if the "fopen wrappers" have been enabled.
+See <function>fopen</function> for more details.</simpara></tip>'>
+
 <!ENTITY return.success 'Geeft &true; terug bij succes, &false; indien er een fout is 
opgetreden.'>
 
+<!ENTITY return.falseproblem '<warning><simpara>This function may
+return &false;, but may also return a value evaluating to &false; in a
+simple if statement. Please use <link
+linkend="language.operators.comparison">the === operator</link> for
+testing the return value of this function.</simpara></warning>'>    
+
 <!ENTITY note.not-bin-safe '<warning><simpara>This function is not (yet) binary 
safe!</simpara></warning>'>
 
 <!ENTITY note.bin-safe '<note><simpara>This function is binary-safe</simpara></note>'>
 
 <!ENTITY note.no-windows '<note><simpara>This function is not implemented on 
Windows-platforms</simpara></note>'>
+
+<!ENTITY note.func-callback '<note><simpara>Instead of a function name, an
+array containing an object reference and a method name can also be
+supplied.</simpara></note>'>
 
 <!-- Notes for safe-mode limited functions: -->
 <!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>
Index: phpdoc/nl/preface.xml
diff -u phpdoc/nl/preface.xml:1.8 phpdoc/nl/preface.xml:1.9
--- phpdoc/nl/preface.xml:1.8   Wed Dec 12 15:55:39 2001
+++ phpdoc/nl/preface.xml       Sat Dec 29 02:47:28 2001
@@ -14,7 +14,7 @@
    </simpara>
   </abstract>
 
-  <sect1 id="about">
+  <sect1 id="see.en.appendices.about.xml">
    <title>Over deze handleiding</title>
    <para>
     Deze handleiding is geschreven in <acronym>XML</acronym>, gebruik
Index: phpdoc/nl/appendices/history.xml
diff -u phpdoc/nl/appendices/history.xml:1.3 phpdoc/nl/appendices/history.xml:1.4
--- phpdoc/nl/appendices/history.xml:1.3        Wed Nov 14 17:36:37 2001
+++ phpdoc/nl/appendices/history.xml    Sat Dec 29 02:47:28 2001
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!--
 <chapt>PHP's geschiedenis
   <sect>Overzicht van de geschiedenis van PHP
-
+-->


Reply via email to