|
ldap_sortSort LDAP result entries on the client side Warning
This function has been DEPRECATED as of PHP 7.0.0 and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged. 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 Parameters
Return ValuesNo value is returned. Changelog
ExamplesSorting the result of a search. Example #1 LDAP sort
|