For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2005 > cvs: phpdoc /en/language/oop5 reflection.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/language/oop5 reflection.xml
Nuno Lopes

2005-05-26, 8:57 pm

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/...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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com