mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77259 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7162071df0
commit
a1d7010be2
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<reference id="ref.classobj">
|
||||
<title>Class/Object Functions</title>
|
||||
<titleabbrev>Classes/Objects</titleabbrev>
|
||||
|
@ -194,7 +194,7 @@ Object leafy belongs to class spinach a subclass of Vegetable
|
|||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
Calls a the method referred by <parameter>method_name</parameter> from
|
||||
Calls the method referred by <parameter>method_name</parameter> from
|
||||
the user defined <parameter>obj</parameter> object. An example of usage
|
||||
is below, where we define a class, instantiate an object and use
|
||||
<function>call_user_method</function> to call indirectly its
|
||||
|
@ -261,7 +261,7 @@ call_user_method ("print_info", $cntry, "\t");
|
|||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
Calls a the method referred by <parameter>method_name</parameter> from
|
||||
Calls the method referred by <parameter>method_name</parameter> from
|
||||
the user defined <parameter>obj</parameter> object, using the parameters
|
||||
in <parameter>paramarr</parameter>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue