Fix #72905: Return value of FALSE on error is not documented

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339913 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-08-20 11:57:35 +00:00
parent 604ce6e4e6
commit 3e54df359b

View file

@ -50,8 +50,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an array of all DN components.
The first element in this array has <literal>count</literal> key and
Returns an array of all DN components, &return.falseforfailure;.
The first element in the array has <literal>count</literal> key and
represents the number of returned values, next elements are numerically
indexed DN components.
</para>