mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Correct protos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70010 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3fff298bd3
commit
6474b688f2
1 changed files with 75 additions and 75 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.41 $ -->
|
||||
<!-- $Revision: 1.42 $ -->
|
||||
<reference id="ref.ldap">
|
||||
<title>LDAP functions</title>
|
||||
<titleabbrev>LDAP</titleabbrev>
|
||||
|
@ -212,8 +212,8 @@ if ($ds) {
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_add</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_add</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>entry</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -275,8 +275,8 @@ if ($ds) {
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_bind</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_bind</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>bind_rdn</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>bind_password</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -301,8 +301,8 @@ if ($ds) {
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_close</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_close</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;
|
||||
|
@ -333,8 +333,8 @@ if ($ds) {
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_compare</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_compare</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>attribute</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
|
@ -416,7 +416,7 @@ if ($ds) {
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_connect</methodname>
|
||||
<type>resource</type><methodname>ldap_connect</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>hostname</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -455,8 +455,8 @@ if ($ds) {
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_count_entries</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns number of entries in the result or &false; on error.</para>
|
||||
|
@ -477,8 +477,8 @@ if ($ds) {
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_delete</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_delete</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -563,7 +563,7 @@ if ($ds) {
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_errno</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Return the LDAP error number of the last LDAP command for this
|
||||
|
@ -619,7 +619,7 @@ printf("%d matching entries.<br>\n", $info["count"]);
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ldap_error</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns string error message.</para>
|
||||
|
@ -679,8 +679,8 @@ printf("%d matching entries.<br>\n", $info["count"]);
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ldap_first_attribute</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>ber_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -715,9 +715,9 @@ printf("%d matching entries.<br>\n", $info["count"]);
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_first_entry</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_identifier</parameter></methodparam>
|
||||
<type>resource</type><methodname>ldap_first_entry</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the result entry identifier for the first entry on
|
||||
|
@ -745,8 +745,8 @@ printf("%d matching entries.<br>\n", $info["count"]);
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_free_result</methodname>
|
||||
<methodparam><type>int</type><parameter>result_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_free_result</methodname>
|
||||
<methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;</para>
|
||||
|
@ -774,8 +774,8 @@ printf("%d matching entries.<br>\n", $info["count"]);
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>ldap_get_attributes</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a complete entry information in a multi-dimensional array
|
||||
|
@ -843,8 +843,8 @@ for ($i=0; $i<$attrs["count"]; $i++)
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ldap_get_dn</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the DN of the result entry and &false; on error.</para>
|
||||
|
@ -864,8 +864,8 @@ for ($i=0; $i<$attrs["count"]; $i++)
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>ldap_get_entries</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a complete result information in a multi-dimenasional
|
||||
|
@ -915,7 +915,7 @@ return_value[i]["attribute"][j] = jth value of attribute in ith entry
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ldap_get_option</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>option</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>retval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -965,8 +965,8 @@ else
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>ldap_get_values</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>attribute</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -1038,8 +1038,8 @@ for ($i=0; $i < $values["count"]; $i++)
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>ldap_get_values_len</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>attribute</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -1074,8 +1074,8 @@ for ($i=0; $i < $values["count"]; $i++)
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_list</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>resource</type><methodname>ldap_list</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>base_dn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>filter</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>attributes</parameter></methodparam>
|
||||
|
@ -1146,8 +1146,8 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_modify</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_modify</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>entry</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -1169,8 +1169,8 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_mod_add</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_mod_add</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>entry</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -1193,8 +1193,8 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_mod_del</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_mod_del</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>entry</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -1217,8 +1217,8 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_mod_replace</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_mod_replace</methodname>
|
||||
<methodparam><type>resoure</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>entry</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -1242,9 +1242,9 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ldap_next_attribute</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>ber_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>ber_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the next attribute in an entry on success and &false; on
|
||||
|
@ -1271,9 +1271,9 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_next_entry</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
<type>resource</type><methodname>ldap_next_entry</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns entry identifier for the next entry in the result whose
|
||||
|
@ -1304,8 +1304,8 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_read</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>resource</type><methodname>ldap_read</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>base_dn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>filter</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>attributes</parameter></methodparam>
|
||||
|
@ -1358,7 +1358,7 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ldap_rename</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>newrdn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>newparent</parameter></methodparam>
|
||||
|
@ -1392,8 +1392,8 @@ for ($i=0; $i<$info["count"]; $i++)
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_search</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>resource</type><methodname>ldap_search</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>base_dn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>filter</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>attributes</parameter></methodparam>
|
||||
|
@ -1548,7 +1548,7 @@ print $info["count"]." entries returned<p>";
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ldap_set_option</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>option</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>newval</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -1632,8 +1632,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2)))
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_unbind</methodname>
|
||||
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_unbind</methodname>
|
||||
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&return.success;</para>
|
||||
|
@ -1674,9 +1674,9 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2)))
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_first_reference</methodname>
|
||||
<methodparam><type>int</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result</parameter></methodparam>
|
||||
<type>resource</type><methodname>ldap_first_reference</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
@ -1696,9 +1696,9 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2)))
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_next_reference</methodname>
|
||||
<methodparam><type>int</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>entry</parameter></methodparam>
|
||||
<type>resource</type><methodname>ldap_next_reference</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>entry</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
@ -1719,8 +1719,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2)))
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>ldap_parse_reference</methodname>
|
||||
<methodparam><type>int</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>entry</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>entry</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>referrals</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -1742,8 +1742,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2)))
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>ldap_parse_result</methodname>
|
||||
<methodparam><type>int</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>errcode</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>matcheddn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>errmsg</parameter></methodparam>
|
||||
|
@ -1767,8 +1767,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2)))
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_set_rebind_proc</methodname>
|
||||
<methodparam><type>int</type><parameter>link</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_set_rebind_proc</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>callback</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -1789,9 +1789,9 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2)))
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_sort</methodname>
|
||||
<methodparam><type>int</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>result</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_sort</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>sortfilter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -1812,8 +1812,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2)))
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ldap_start_tls</methodname>
|
||||
<methodparam><type>int</type><parameter>link</parameter></methodparam>
|
||||
<type>bool</type><methodname>ldap_start_tls</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
Loading…
Reference in a new issue