jimw            Thu Dec  6 20:39:51 2001 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  new snippet about passing an array of object/method name for callbacks.
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.13 phpdoc/en/language-snippets.ent:1.14
--- phpdoc/en/language-snippets.ent:1.13        Thu Dec  6 20:26:25 2001
+++ phpdoc/en/language-snippets.ent     Thu Dec  6 20:39:51 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
@@ -31,6 +31,9 @@
 <!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>'>


Reply via email to