mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix 34337: typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194877 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
83f6090812
commit
6efd1d0907
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<sect1 id="language.oop5.reflection">
|
||||
<title>Reflection</title>
|
||||
<sect2 id="language.oop5.reflection.introduction">
|
||||
|
@ -494,7 +494,7 @@ class ReflectionMethod extends ReflectionFunction
|
|||
public string __toString()
|
||||
public static string export()
|
||||
public mixed invoke(stdclass object, mixed* args)
|
||||
public moxed invokeArgs(stdclass object, array args)
|
||||
public mixed invokeArgs(stdclass object, array args)
|
||||
public bool isFinal()
|
||||
public bool isAbstract()
|
||||
public bool isPublic()
|
||||
|
|
Loading…
Reference in a new issue