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