PHP 8.5.0 Alpha 1 available for testing

Voting

: max(nine, five)?
(Example: nine)

The Note You're Voting On

sbarnum at mac dot com
23 years ago
This differs from ldap_search() by not recursing down to sub-entries. if you know the dn of the item you're looking for and only want info on that entry, use ldap_read() and pass it the full dn of the item you want.

It also seems that you'd alway want something like objectclass=* for the filter, since you're only searching on one entry.

<< Back to user notes page

To Top