From 0e4c8b9f8dd5f48e6e9aa36d42e56f3fe7ba305f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 7 Nov 2008 14:08:37 +0000 Subject: [PATCH] 'count' in return (bug #43779) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268514 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-explode-dn.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/ldap/functions/ldap-explode-dn.xml b/reference/ldap/functions/ldap-explode-dn.xml index b473133bb8..e5d88e136f 100644 --- a/reference/ldap/functions/ldap-explode-dn.xml +++ b/reference/ldap/functions/ldap-explode-dn.xml @@ -1,5 +1,5 @@ - + ldap_explode_dn @@ -51,6 +51,9 @@ &reftitle.returnvalues; Returns an array of all DN components. + The first element in this array has count key and + represents the number of returned values, next elements are numerically + indexed DN components.