mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
getDeclaringFunction() and getPosition() available now (bug #39876)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241396 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6125ccdde4
commit
8f6e27222b
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<sect1 xml:id="language.oop5.reflection" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Reflection</title>
|
||||
<sect2 xml:id="language.oop5.reflection.introduction">
|
||||
|
@ -293,10 +293,8 @@ class ReflectionParameter implements Reflector
|
|||
<function>isDefaultValueAvailable</function> and
|
||||
<function>isOptional</function> were added in PHP 5.0.3,
|
||||
while <function>isArray</function> was added in PHP 5.1.0.
|
||||
<!-- These are still ifdefed out
|
||||
<function>getDeclaringFunction</function> and
|
||||
<function>getPosition</function> were added in PHP 5.1.3.
|
||||
-->
|
||||
<function>getPosition</function> were added in PHP 5.2.3.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue