Object encapsulation of the resource(ldap result) native object
package | Ldap-Core |
---|
__construct(\Dreamscapes\Ldap\Core\Ldap $link, resource $result)
\Dreamscapes\Ldap\Core\Ldap
resource
countEntries() : integer
integer
Number of entries in the resultfreeResult() : void
Once the result is freed from memory the instance holding the result must not be used any further. This method is called automatically when the instance is released from memory.
getEntries() : array
array
Complete result information in a multi-dimensional arraypagedResultResponse() : array
array
Array with two keys: 'cookie' and 'estimated'parseReference() : array
array
sort(string $by) : \Dreamscapes\Ldap\Core\ResultResource
fluent | This method is part of a fluent interface and will return the same instance |
---|
string
The attribute to use as a key in the sort
\Dreamscapes\Ldap\Core\ResultResource