ZendLdapCollection wraps a list of LDAP entries.
Closes the current result set
| Return type: | bool |
|---|
Returns the underlying iterator
| Return type: | CollectionDefaultIterator |
|---|
Returns the number of items in current result Implements Countable
| Return type: | int |
|---|
Return the current result item Implements Iterator
| Return type: | array|null |
|---|---|
| Throws : | ExceptionLdapException |
Creates the data structure for the given entry data
| Parameters: | array – |
|---|---|
| Return type: | array |
Return the current result item DN
| Return type: | string|null |
|---|
Return the current result item key Implements Iterator
| Return type: | int|null |
|---|
Move forward to next result item Implements Iterator
Rewind the Iterator to the first result item Implements Iterator
Check if there is a current result item after calls to rewind() or next() Implements Iterator
| Return type: | bool |
|---|