apply patch from #35652 by colder

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202737 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-12-12 23:03:57 +00:00
parent 6e8a0580bc
commit 831e97d21f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
<refentry id="function.call-user-func">
<refnamediv>
@ -38,8 +38,8 @@ call_user_func('barber', "shave");
</informalexample>
</para>
<para>
Object methods may also be invoked statically using this function
by passing <literal>array($objectname, $methodname)</literal> to
Class methods may also be invoked statically using this function
by passing <literal>array($classname, $methodname)</literal> to
the <parameter>function</parameter> parameter.
<informalexample>
<programlisting role="php">