|
ldap_sortSort LDAP result entries on the client side Description
bool ldap_sort
( resource
$link
, resource $result
, string $sortfilter
)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 Warning
This feature has been DEPRECATED as of PHP 7.0.0. Relying on this feature is highly discouraged. Parameters
ExamplesSorting the result of a search. Example #1 LDAP sort
<?php |