| 
        
            ldap_sortSort LDAP result entries Description
   bool ldap_sort
    ( resource  
  $link
   , resource $result
   , string $sortfilter
   )Sort the result of a LDAP search, returned by ldap_search. Parameters
 
 ExamplesSorting the the result of a search. Example #1 LDAP sort 
<?php |