mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6e8a0580bc
commit
831e97d21f
1 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue