SearchResult Event
Fired for every entry returned from a search operation.
Object Oriented Interface
public function fireSearchResult($param);
Procedural Interface
ipworks_ldap_register_callback($res, 9, array($this, 'fireSearchResult'));
Parameter List
'messageid'
'dn'
Remarks
MessageId identifies the corresponding search request. DN contains the Distinguished Name of the entry, while the attribute type and value provided in the Attributes properties, show the list of retrieved attributes for the entry.
Every search operation results in a sequence of 0 or more SearchResult events, a sequence of 0 or more SearchResultReference events, followed by a SearchComplete event.