jimw            Sat Dec  8 17:12:25 2001 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  new tip about fopen wrappers
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.14 phpdoc/en/language-snippets.ent:1.15
--- phpdoc/en/language-snippets.ent:1.14        Thu Dec  6 20:39:51 2001
+++ phpdoc/en/language-snippets.ent     Sat Dec  8 17:12:24 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
@@ -18,6 +18,10 @@
 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 'Returns &true; on success, &false; on failure.'>
 


Reply via email to