SearchComplete Event
Fired upon completion of a search operation.
Object Oriented Interface
public function fireSearchComplete($param);
Procedural Interface
ipworks_ldap_register_callback($res, 7, array($this, 'fireSearchComplete'));
Parameter List
'messageid'
'dn'
'resultcode'
'description'
Remarks
The MessageId parameter identifies the corresponding request. ResultCode and Description show whether the operation was successful (on a successful operation, the ResultCode is 0).