ldap_sort is deprecated as of PHP 7

-- 
Provided by Andreas Heigl

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338697 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2016-03-09 13:20:49 +00:00
parent e6ea4d8d68
commit df41faa973

View file

@ -3,7 +3,7 @@
<refentry xml:id='function.ldap-sort' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ldap_sort</refname>
<refpurpose>Sort LDAP result entries</refpurpose>
<refpurpose>Sort LDAP result entries on the client side</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -18,6 +18,12 @@
Sort the result of a LDAP search, returned by
<function>ldap_search</function>.
</para>
<para>
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 <parameter>sizelimit</parameter> either of the server or
defined within <function>ldap_search</function>.
</para>
&warn.deprecated.feature-7-0-0;
</refsect1>
<refsect1 role="parameters">