mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
604ce6e4e6
commit
3e54df359b
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue