SearchReturnValues Property
Controls whether the search operation returns values of attributes, or only types.
Object Oriented Interface
public function getSearchReturnValues(); public function setSearchReturnValues($value);
Procedural Interface
ipworks_ldap_get($res, 28 ); ipworks_ldap_set($res, 28, $value );
Default Value
true
Remarks
This property controls whether the search operation returns values of attributes, or only types. If only attributes are needed, disabling returning of values will enhance performance.
Data Type
Boolean