-- 
Provided by christoph.rosse (christoph@rosse.at)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323193 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciek Sokolewicz 2012-02-13 19:55:02 +00:00
parent ce0b0755af
commit 5169e9e846
2 changed files with 3 additions and 4 deletions

View file

@ -34,10 +34,10 @@
&reftitle.returnvalues;
<para>
Returns an associative array of declared properties visible from the
current scope, with their default value, or &false; if the
<parameter>class_name</parameter> refers to a non-existent class.
current scope, with their default value.
The resulting array elements are in the form of
<literal>varname => value</literal>.
In case of an error, it returns &false;.
</para>
</refsect1>
<refsect1 role="changelog">

View file

@ -38,8 +38,7 @@
</para>
<note>
<para>
If the object does not have a parent or a non-existent class name is
given, &false; will be returned.
If the object does not have a parent or the class given does not exist &false; will be returned.
</para>
</note>
<para>