From cee8803e8b296b97f06fb362a6917c14efe89b2b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Nov 2009 17:11:12 +0000 Subject: [PATCH] return_value[i][j] holds name (bug #50076) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290678 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-get-entries.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ldap/functions/ldap-get-entries.xml b/reference/ldap/functions/ldap-get-entries.xml index c0c42c2d9d..d2f1afe654 100644 --- a/reference/ldap/functions/ldap-get-entries.xml +++ b/reference/ldap/functions/ldap-get-entries.xml @@ -62,7 +62,7 @@ return_value[0] : refers to the details of first entry return_value[i]["dn"] = DN of the ith entry in the result return_value[i]["count"] = number of attributes in ith entry -return_value[i][j] = jth attribute in the ith entry in the result +return_value[i][j] = NAME of the jth attribute in the ith entry in the result return_value[i]["attribute"]["count"] = number of values for attribute in ith entry