aidan           Sun Sep 12 07:22:03 2004 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Added seealso.callback
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.123&r2=1.124&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.123 phpdoc/en/language-snippets.ent:1.124
--- phpdoc/en/language-snippets.ent:1.123       Sun Sep  5 13:50:11 2004
+++ phpdoc/en/language-snippets.ent     Sun Sep 12 07:22:03 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.123 $ -->
+<!-- $Revision: 1.124 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -151,6 +151,20 @@
 <function>reset</function> the <type>array</type> pointer after 
 use.</simpara></note>'>
 
+<!ENTITY seealso.callback 'information about the <link 
linkend="language.types.callback">callback</link> type'>
+
+<!ENTITY avail.register-long-arrays 'As of PHP 5.0.0, the long PHP 
+<link linkend="language.variables.predefined">predefined variable</link>
+arrays may be disabled with the 
+<link linkend="ini.register-long-arrays">register_long_arrays</link>
+directive.'>
+
+<!ENTITY ini.shorthandbytes '<simpara>When an <type>integer</type> is used, the 
+value is measured in bytes.  You may also use shorthand notation as described 
+in <link linkend="faq.using.shorthandbytes">this FAQ</link>.</simpara>'>
+
+<!-- Returns -->
+
 <!ENTITY return.success 'Returns &true; on success or &false; on failure.'>
 
 <!ENTITY return.void 'No value is returned.'>
@@ -164,15 +178,8 @@
 operator</link> for testing the return value of this
 function.</simpara></warning>'>
 
-<!ENTITY avail.register-long-arrays 'As of PHP 5.0.0, the long PHP 
-<link linkend="language.variables.predefined">predefined variable</link>
-arrays may be disabled with the 
-<link linkend="ini.register-long-arrays">register_long_arrays</link>
-directive.'>
 
-<!ENTITY ini.shorthandbytes '<simpara>When an <type>integer</type> is used, the 
-value is measured in bytes.  You may also use shorthand notation as described 
-in <link linkend="faq.using.shorthandbytes">this FAQ</link>.</simpara>'>
+
 
 <!-- Image (GD) Notes -->
 <!ENTITY note.config.t1lib '<note><simpara>This function is only available 

Reply via email to