IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

SearchTimeLimit Property

A time limit for the next search operation (in seconds).

Object Oriented Interface

public function getSearchTimeLimit();
public function setSearchTimeLimit($value);

Procedural Interface

ipworks_ldap_get($res, 31 );
ipworks_ldap_set($res, 31, $value );

Default Value

0

Remarks

This property contains a time limit for the next search operation (in seconds). This limit is provided as a hint to the directory server. A value of 0 means that no time limits are in effect for the search.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]