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
This commit is contained in:
Jakub Vrana 2009-11-13 17:11:12 +00:00
parent c280800530
commit cee8803e8b

View file

@ -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