nlopess Thu May 26 12:52:14 2005 EDT
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
add ReflectionParameter::isArray
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/reflection.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.10
phpdoc/en/language/oop5/reflection.xml:1.11
--- phpdoc/en/language/oop5/reflection.xml:1.10 Mon Apr 25 15:08:02 2005
+++ phpdoc/en/language/oop5/reflection.xml Thu May 26 12:52:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<sect1 id="language.oop5.reflection">
<title>Reflection</title>
<sect2 id="language.oop5.reflection.introduction">
@@ -236,6 +236,7 @@
public string getName()
public bool isPassedByReference()
public ReflectionClass getClass()
+ public bool isArray()
public bool allowsNull()
public bool isOptional()
public bool isDefaultValueAvailable()
@@ -248,6 +249,7 @@
<note>
<para>
<function>getDefaultValue</function>,
+ <function>isArray</function>,
<function>isDefaultValueAvailable</function>,
<function>isOptional</function> were added in PHP 5.1.0.
</para>