ldap_sort
Sort LDAP result entries on the client side
&reftitle.description;
boolldap_sort
resourcelink
resourceresult
stringsortfilter
Sort the result of a LDAP search, returned by
ldap_search.
As this function sorts the returned values on the client side it is possible that
you might not get the expected results in case you reach the sizelimit either of the server or
defined within ldap_search.
&warn.deprecated.feature-7-0-0;
&reftitle.parameters;
link
An LDAP link identifier, returned by ldap_connect.
result
An search result identifier, returned by
ldap_search.
sortfilter
The attribute to use as a key in the sort.
&reftitle.examples;
Sorting the result of a search.
LDAP sort