update : 2015.11.03
php.shukuma.com검색:
|
ldap_sort(PHP 4 >= 4.2.0, PHP 5) ldap_sort — Sort LDAP result entries 설명
bool ldap_sort
( resource
$link
, resource $result
, string $sortfilter
)Sort the result of a LDAP search, returned by ldap_search(). 인수
예제Sorting the result of a search. Example #1 LDAP sort
<?php |