On Tuesday 06 April 2004 17:15, Damien Seguy wrote: > dams Tue Apr 6 11:15:20 2004 EDT > > Modified files: > /phpdoc/en/reference/funchand/functions call-user-func-array.xml > Log: > added see also, removed informal example [...] > - See also: > - <function>call_user_func</function>. > + See also > + <function>call_user_func</function>, > + <function>call_user_method</function>, and > + <function>call_user_method_array</function>.
call_user_method and call_user_method_array are both deprecated, linking to them seems a bad idea ;-) Friedhelm