From d66349433dc81ac869de726df24a1ee883dc5b59 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 17 Dec 2001 20:27:17 +0000 Subject: [PATCH] added skeletons for missing functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65488 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/domxml.xml | 65 +++++++++++- functions/fbsql.xml | 145 ++++++++++++++++++++++++++- functions/ibase.xml | 231 ++++++++++++++++++++++++++++++++++++++----- functions/ldap.xml | 222 ++++++++++++++++++++++++++++++++++++++++- functions/mssql.xml | 171 +++++++++++++++++++++++++++++++- 5 files changed, 807 insertions(+), 27 deletions(-) diff --git a/functions/domxml.xml b/functions/domxml.xml index bc97b9453b..0d1ea085be 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -1,5 +1,5 @@ - + DOM XML functions DOM XML @@ -862,6 +862,69 @@ $children = $head->children(); + + + domxml_node + + Creates node + + + + Description + + + object domxml_node + string name + + + + &warn.undocumented.func; + + + + + + + domxml_node_set_content + + Sets content of a node + + + + Description + + + bool domxml_node_set_content + string content + + + + &warn.undocumented.func; + + + + + + + domxml_node_unlink_node + + Deletes node + + + + Description + + + object domxml_node_unlink_node + + + + + &warn.undocumented.func; + + + + xpath_eval_expression diff --git a/functions/fbsql.xml b/functions/fbsql.xml index 4b00723877..b2a13260cf 100644 --- a/functions/fbsql.xml +++ b/functions/fbsql.xml @@ -1,5 +1,5 @@ - + FrontBase Functions FrontBase @@ -2390,6 +2390,149 @@ while ($i < fbsql_num_rows ($result)) { + + + fbsql_database + + No description given yet + + + + Description + + + string fbsql_database + resource link_identifier + string database + + + + &warn.undocumented.func; + + + + + + + + + fbsql_get_autostart_info + + No description given yet + + + + Description + + + array fbsql_get_autostart_info + resource link_identifier + + + + &warn.undocumented.func; + + + + + + + + + fbsql_hostname + + No description given yet + + + + Description + + + string fbsql_hostname + resource link_identifier + string host_name + + + + &warn.undocumented.func; + + + + + + + + + fbsql_password + + No description given yet + + + + Description + + + string fbsql_password + resource link_identifier + string password + + + + &warn.undocumented.func; + + + + + + + + + fbsql_set_transaction + + Set the transaction locking and isolation + + + + Description + + + void fbsql_set_transaction + resource link_identifier + int Locking + int Isolation + + + + &warn.undocumented.func; + + + + + + + + + fbsql_username + + No description given yet + + + + Description + + + string fbsql_username + resource link_identifier + string username + + + + &warn.undocumented.func; + + + + + + InterBase functions InterBase @@ -604,13 +604,13 @@ for ($i=0; $i < $coln; $i++) { defaults to IBASE_TIMESTAMP for backwards compatibility. - -]]> + + ]]> @@ -656,23 +656,23 @@ for ($i=0; $i < $coln; $i++) { set. - 0) { - while ($row = ibase_fetch_object ($sth)) { - print $row->email . "\n"; - } - } else { - die ("No Results were found for your query"); - } + if (ibase_num_fields($sth) > 0) { + while ($row = ibase_fetch_object ($sth)) { + print $row->email . "\n"; + } + } else { + die ("No Results were found for your query"); + } - ibase_close ($dbh); -?> -]]> + ibase_close ($dbh); + ?> + ]]> @@ -688,6 +688,191 @@ for ($i=0; $i < $coln; $i++) { + + + ibase_blob_add + + Add data into created blob + + + + Description + + + int ibase_blob_add + int blob_id + string data + + + + &warn.undocumented.func; + + + + + + + + + ibase_blob_cancel + + Cancel creating blob + + + + Description + + + int ibase_blob_cancel + int blob_id + + + + &warn.undocumented.func; + + + + + + + + + ibase_blob_close + + Close blob + + + + Description + + + int ibase_blob_close + int blob_id + + + + &warn.undocumented.func; + + + + + + + + + ibase_blob_create + + Create blob for adding data + + + + Description + + + int ibase_blob_create + int link_identifier + + + + &warn.undocumented.func; + + + + + + + + + ibase_blob_echo + + Output blob contents to browser + + + + Description + + + int ibase_blob_echo + string blob_id_str + + + + &warn.undocumented.func; + + + + + + + + + ibase_blob_get + + Get len bytes data from open blob + + + + Description + + + string ibase_blob_get + int blob_id + int len + + + + &warn.undocumented.func; + + + + + + + + + ibase_blob_info + + Return blob length and other useful info + + + + Description + + + object ibase_blob_info + string blob_id_str + + + + &warn.undocumented.func; + + + + + + + + + ibase_blob_open + + Open blob for retriving data parts + + + + Description + + + int ibase_blob_open + string blob_id + + + + &warn.undocumented.func; + + + + + + LDAP functions LDAP @@ -1697,6 +1697,226 @@ if (!ldap_set_option($ds, LDAP_OPT_SERVER_CONTROLS, array($ctrl1, $ctrl2))) directory. + + + + ldap_8859_to_t61 + + Translate 8859 characters to t61 characters + + + + Description + + + string ldap_8859_to_t61 + string value + + + + &warn.undocumented.func; + + + + + + + + + ldap_first_reference + + Return first reference + + + + Description + + + int ldap_first_reference + int link + int result + + + + &warn.undocumented.func; + + + + + + + + + ldap_next_reference + + Get next reference + + + + Description + + + int ldap_next_reference + int link + int entry + + + + &warn.undocumented.func; + + + + + + + + + ldap_parse_reference + + Extract information from reference entry + + + + Description + + + boolean ldap_parse_reference + int link + int entry + array referrals + + + + &warn.undocumented.func; + + + + + + + + + ldap_parse_result + + Extract information from result + + + + Description + + + boolean ldap_parse_result + int link + int result + int errcode + string matcheddn + string errmsg + array referrals + + + + &warn.undocumented.func; + + + + + + + + + ldap_set_rebind_proc + + Set a callback function to do re-binds on referral chasing. + + + + Description + + + int ldap_set_rebind_proc + int link + string callback + + + + &warn.undocumented.func; + + + + + + + + + ldap_sort + + Sort LDAP result entries + + + + Description + + + int ldap_sort + int link + int result + string sortfilter + + + + &warn.undocumented.func; + + + + + + + + + ldap_start_tls + + Start TLS + + + + Description + + + int ldap_start_tls + int link + + + + &warn.undocumented.func; + + + + + + + + + ldap_t61_to_8859 + + Translate t61 characters to 8859 characters + + + + Description + + + string ldap_t61_to_8859 + string value + + + + &warn.undocumented.func; + + + + + + + Microsoft SQL Server functions MS SQL Server @@ -729,6 +729,175 @@ + + + mssql_bind + + Adds a parameter to a stored procedure or a remote stored procedure + + + + Description + + + int mssql_bind + int stmt + string param_name + mixed var + int type + int is_output + int is_null + int maxlen + + + + &warn.undocumented.func; + + + + + + + + + mssql_execute + + Executes a stored procedure on a MS-SQL server database + + + + Description + + + int mssql_execute + int stmt + + + + &warn.undocumented.func; + + + + + + + + + mssql_fetch_assoc + + Returns an associative array of the current row in the result set specified by result_id + + + + Description + + + array mssql_fetch_assoc + int result_id + int result_type + + + + &warn.undocumented.func; + + + + + + + + + mssql_fetch_batch + + Returns the next batch of records + + + + Description + + + int mssql_fetch_batch + string result_index + + + + &warn.undocumented.func; + + + + + + + + + mssql_guid_string + + Converts a 16 byte binary GUID to a string + + + + Description + + + string mssql_guid_string + string binary + int short_format + + + + &warn.undocumented.func; + + + + + + + + + mssql_init + + Initializes a stored procedure or a remote stored procedure + + + + Description + + + int mssql_init + string sp_name + int conn_id + + + + &warn.undocumented.func; + + + + + + + + + mssql_rows_affected + + Returns the number of records affected by the query + + + + Description + + + int mssql_rows_affected + int conn_id + + + + &warn.undocumented.func; + + + + +