PHP » GoLang |
login |
register |
about
|
ldap_sort(PHP 4 >= 4.2.0, PHP 5, PHP 7) ldap_sort — Sort 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 |
more
Recently updated
more
Most requested
more
Last requests
|