From 10022f4faeb632a42a99d72b76ec57068e3f47c8 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Hedde Date: Thu, 17 May 2012 16:57:27 +0000 Subject: [PATCH] Documenting ldap_sort git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325737 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-sort.xml | 65 +++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/reference/ldap/functions/ldap-sort.xml b/reference/ldap/functions/ldap-sort.xml index 539af8000f..9d2e7b4984 100644 --- a/reference/ldap/functions/ldap-sort.xml +++ b/reference/ldap/functions/ldap-sort.xml @@ -14,9 +14,72 @@ resourceresult stringsortfilter - &warn.undocumented.func; + + Sort the result of a LDAP search, returned by + ldap_search. + + + &reftitle.parameters; + + + + link + + + An LDAP link identifier, returned by ldap_connect. + + + + + result + + + An search result identifier, returned by + ldap_search. + + + + + sortfilter + + + The attribute to use as a key in the sort. + + + + + + + + + &reftitle.examples; + + Sorting the the result of a search. + + LDAP sort + + + + + +