'count' in return (bug #43779)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268514 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-11-07 14:08:37 +00:00
parent 186e957050
commit 0e4c8b9f8d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry xml:id="function.ldap-explode-dn" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ldap_explode_dn</refname>
@ -51,6 +51,9 @@
&reftitle.returnvalues;
<para>
Returns an array of all DN components.
The first element in this array has <literal>count</literal> key and
represents the number of returned values, next elements are numerically
indexed DN components.
</para>
</refsect1>