mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixed the typos mentioned by Hotsji
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b3e0db61d3
commit
bdbcf5b50e
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
These functions allow you to obtain information about classes
|
||||
and instance objects. You can obtain the name of the class to
|
||||
which a object belongs, as well as its member properties and
|
||||
methods. Using this functions, you can find out not only the
|
||||
methods. Using these functions, you can find out not only the
|
||||
class membership of an object, but also its parentage (i.e.
|
||||
what class is the object class extending).
|
||||
</para>
|
||||
|
|
|
@ -802,7 +802,7 @@ Array
|
|||
<refnamediv>
|
||||
<refname>get_extension_funcs</refname>
|
||||
<refpurpose>
|
||||
Returns an array with the names of the function of a module
|
||||
Returns an array with the names of the functions of a module
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
@ -874,6 +874,7 @@ print_r(get_required_files());
|
|||
|
||||
echo "Included_once files\n";
|
||||
print_r(get_included_files());
|
||||
?>
|
||||
</programlisting>
|
||||
</example>
|
||||
will generate the following output:
|
||||
|
|
Loading…
Reference in a new issue