PHP 8.5.0 Alpha 1 available for testing

Voting

: max(one, two)?
(Example: nine)

The Note You're Voting On

cbrent at orix dot com dot au
25 years ago
Note that ldap_get_entries return an associative array with the attributes in lower case. So for example the givenName ldap attribute is associated with $ldap[0]["givenname"][0] (for the first given name for the first result) this is a little confusing at first.

<< Back to user notes page

To Top