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