PHP 8.5.0 Beta 1 available for testing

Voting

: max(four, zero)?
(Example: nine)

The Note You're Voting On

john_taylor_1973 at yahoo dot com
23 years ago
Try to use ldap_list(), if possible. It is much faster. ldap_search searches a scope of LDAP_SCOPE_SUBTREE, but ldap_list searches a scope of just LDAP_SCOPE_ONELEVEL. This made a big difference on Novell eDirectory 8.6.1, even for a query that only returned 130 objects. Using an attribute list, the 4th function parameter (of either function), also made queries faster.

<< Back to user notes page

To Top