mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
e6ea4d8d68
commit
df41faa973
1 changed files with 7 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue