From 6474b688f285faf96ac1219f15fcc51248d9301e Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Mon, 11 Feb 2002 02:48:58 +0000 Subject: [PATCH] - Correct protos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70010 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ldap.xml | 150 ++++++++++++++++++++++----------------------- 1 file changed, 75 insertions(+), 75 deletions(-) diff --git a/functions/ldap.xml b/functions/ldap.xml index 040336b5d4..9b8b6f8371 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -1,5 +1,5 @@ - + LDAP functions LDAP @@ -212,8 +212,8 @@ if ($ds) { Description - intldap_add - intlink_identifier + boolldap_add + resourcelink_identifier stringdn arrayentry @@ -275,8 +275,8 @@ if ($ds) { Description - intldap_bind - intlink_identifier + boolldap_bind + resourcelink_identifier stringbind_rdn stringbind_password @@ -301,8 +301,8 @@ if ($ds) { Description - intldap_close - intlink_identifier + boolldap_close + resourcelink_identifier &return.success; @@ -333,8 +333,8 @@ if ($ds) { Description - intldap_compare - intlink_identifier + boolldap_compare + resourcelink_identifier stringdn stringattribute stringvalue @@ -416,7 +416,7 @@ if ($ds) { Description - intldap_connect + resourceldap_connect stringhostname intport @@ -455,8 +455,8 @@ if ($ds) { Description intldap_count_entries - intlink_identifier - intresult_identifier + resourcelink_identifier + resourceresult_identifier Returns number of entries in the result or &false; on error. @@ -477,8 +477,8 @@ if ($ds) { Description - intldap_delete - intlink_identifier + boolldap_delete + resourcelink_identifier stringdn @@ -563,7 +563,7 @@ if ($ds) { Description intldap_errno - intlink_identifier + resourcelink_identifier Return the LDAP error number of the last LDAP command for this @@ -619,7 +619,7 @@ printf("%d matching entries.
\n", $info["count"]); Description stringldap_error - intlink_identifier + resourcelink_identifier Returns string error message. @@ -679,8 +679,8 @@ printf("%d matching entries.
\n", $info["count"]); Description stringldap_first_attribute - intlink_identifier - intresult_entry_identifier + resourcelink_identifier + resourceresult_entry_identifier intber_identifier @@ -715,9 +715,9 @@ printf("%d matching entries.
\n", $info["count"]); Description - intldap_first_entry - intlink_identifier - intresult_identifier + resourceldap_first_entry + resourcelink_identifier + resourceresult_identifier Returns the result entry identifier for the first entry on @@ -745,8 +745,8 @@ printf("%d matching entries.
\n", $info["count"]); Description - intldap_free_result - intresult_identifier + boolldap_free_result + resourceresult_identifier &return.success; @@ -774,8 +774,8 @@ printf("%d matching entries.
\n", $info["count"]); Description arrayldap_get_attributes - intlink_identifier - intresult_entry_identifier + resourcelink_identifier + resourceresult_entry_identifier Returns a complete entry information in a multi-dimensional array @@ -843,8 +843,8 @@ for ($i=0; $i<$attrs["count"]; $i++) Description stringldap_get_dn - intlink_identifier - intresult_entry_identifier + resourcelink_identifier + resourceresult_entry_identifier Returns the DN of the result entry and &false; on error. @@ -864,8 +864,8 @@ for ($i=0; $i<$attrs["count"]; $i++) Description arrayldap_get_entries - intlink_identifier - intresult_identifier + resourcelink_identifier + resourceresult_identifier 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 Description boolldap_get_option - intlink_identifier + resourcelink_identifier intoption mixedretval @@ -965,8 +965,8 @@ else Description arrayldap_get_values - intlink_identifier - intresult_entry_identifier + resourcelink_identifier + resourceresult_entry_identifier stringattribute @@ -1038,8 +1038,8 @@ for ($i=0; $i < $values["count"]; $i++) Description arrayldap_get_values_len - intlink_identifier - intresult_entry_identifier + resourcelink_identifier + resourceresult_entry_identifier stringattribute @@ -1074,8 +1074,8 @@ for ($i=0; $i < $values["count"]; $i++) Description - intldap_list - intlink_identifier + resourceldap_list + resourcelink_identifier stringbase_dn stringfilter arrayattributes @@ -1146,8 +1146,8 @@ for ($i=0; $i<$info["count"]; $i++) Description - intldap_modify - intlink_identifier + boolldap_modify + resourcelink_identifier stringdn arrayentry @@ -1169,8 +1169,8 @@ for ($i=0; $i<$info["count"]; $i++) Description - intldap_mod_add - intlink_identifier + boolldap_mod_add + resourcelink_identifier stringdn arrayentry @@ -1193,8 +1193,8 @@ for ($i=0; $i<$info["count"]; $i++) Description - intldap_mod_del - intlink_identifier + boolldap_mod_del + resourcelink_identifier stringdn arrayentry @@ -1217,8 +1217,8 @@ for ($i=0; $i<$info["count"]; $i++) Description - intldap_mod_replace - intlink_identifier + boolldap_mod_replace + resourelink_identifier stringdn arrayentry @@ -1242,9 +1242,9 @@ for ($i=0; $i<$info["count"]; $i++) Description stringldap_next_attribute - intlink_identifier - intresult_entry_identifier - intber_identifier + resourcelink_identifier + resourceresult_entry_identifier + resourceber_identifier Returns the next attribute in an entry on success and &false; on @@ -1271,9 +1271,9 @@ for ($i=0; $i<$info["count"]; $i++) Description - intldap_next_entry - intlink_identifier - intresult_entry_identifier + resourceldap_next_entry + resourcelink_identifier + resourceresult_entry_identifier Returns entry identifier for the next entry in the result whose @@ -1304,8 +1304,8 @@ for ($i=0; $i<$info["count"]; $i++) Description - intldap_read - intlink_identifier + resourceldap_read + resourcelink_identifier stringbase_dn stringfilter arrayattributes @@ -1358,7 +1358,7 @@ for ($i=0; $i<$info["count"]; $i++) Description boolldap_rename - intlink_identifier + resourcelink_identifier stringdn stringnewrdn stringnewparent @@ -1392,8 +1392,8 @@ for ($i=0; $i<$info["count"]; $i++) Description - intldap_search - intlink_identifier + resourceldap_search + resourcelink_identifier stringbase_dn stringfilter arrayattributes @@ -1548,7 +1548,7 @@ print $info["count"]." entries returned

"; Description boolldap_set_option - intlink_identifier + resourcelink_identifier intoption mixednewval @@ -1632,8 +1632,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) Description - intldap_unbind - intlink_identifier + boolldap_unbind + resourcelink_identifier &return.success; @@ -1674,9 +1674,9 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) Description - intldap_first_reference - intlink - intresult + resourceldap_first_reference + resourcelink + resourceresult &warn.undocumented.func; @@ -1696,9 +1696,9 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) Description - intldap_next_reference - intlink - intentry + resourceldap_next_reference + resourcelink + resourceentry &warn.undocumented.func; @@ -1719,8 +1719,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) Description booleanldap_parse_reference - intlink - intentry + resourcelink + resourceentry arrayreferrals @@ -1742,8 +1742,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) Description booleanldap_parse_result - intlink - intresult + resourcelink + resourceresult interrcode stringmatcheddn stringerrmsg @@ -1767,8 +1767,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) Description - intldap_set_rebind_proc - intlink + boolldap_set_rebind_proc + resourcelink stringcallback @@ -1789,9 +1789,9 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) Description - intldap_sort - intlink - intresult + boolldap_sort + resourcelink + resourceresult stringsortfilter @@ -1812,8 +1812,8 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) Description - intldap_start_tls - intlink + boolldap_start_tls + resourcelink &warn.undocumented.func;