Index: reference/classobj/functions/call-user-method-array.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/classobj/functions/call-user-method-array.xml,v
retrieving revision 1.10
diff -u -p -r1.10 call-user-method-array.xml
--- reference/classobj/functions/call-user-method-array.xml 20 Jun 2007 22:24:16 -0000 1.10
+++ reference/classobj/functions/call-user-method-array.xml 8 Dec 2007 02:13:11 -0000
@@ -11,16 +11,31 @@
mixedcall_user_method_array
stringmethod_name
objectobj
- arrayparamarr
+ arrayparams
The call_user_method_array function is deprecated
- as of PHP 4.1.0, use the call_user_func_array variety
- with the array(&$obj, "method_name") syntax instead.
+ as of PHP 4.1.0.
+
+ &reftitle.examples;
+
+
+ call_user_method_array alternative
+
+
+]]>
+
+
+
+
&reftitle.seealso;
Index: reference/classobj/functions/call-user-method.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/classobj/functions/call-user-method.xml,v
retrieving revision 1.13
diff -u -p -r1.13 call-user-method.xml
--- reference/classobj/functions/call-user-method.xml 20 Jun 2007 22:24:16 -0000 1.13
+++ reference/classobj/functions/call-user-method.xml 8 Dec 2007 02:13:11 -0000
@@ -17,11 +17,26 @@
The call_user_method function is deprecated
- as of PHP 4.1.0, use the call_user_func variety
- with the array(&$obj, "method_name") syntax instead.
+ as of PHP 4.1.0.
+
+ &reftitle.examples;
+
+
+ call_user_method alternative
+
+
+]]>
+
+
+
+
&reftitle.seealso;