From 51f07d3fcdcdd366d266cced5f84956a08b93e8b Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 13 Feb 2002 11:20:47 +0000 Subject: [PATCH] removed "experimental" on request git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70164 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dbx.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/functions/dbx.xml b/functions/dbx.xml index 6a89f0f25c..bb9e34f7ce 100644 --- a/functions/dbx.xml +++ b/functions/dbx.xml @@ -1,10 +1,9 @@ - + dbx functions dbx - &warn.experimental; The dbx module is a database abstraction layer (db 'X', where 'X' is a supported database). The dbx functions allow you to access @@ -41,7 +40,6 @@ booldbx_close dbx_link_objectlink_identifier - &warn.experimental.func; Returns &true; on success, &false; on error. @@ -86,7 +84,6 @@ dbx_close($link); stringpassword intpersistent - &warn.experimental.func; Returns: a dbx_link_object on success, &false; on error. If a connection has been made but the database could not @@ -194,7 +191,6 @@ dbx_close ($link); stringdbx_error dbx_link_objectlink_identifier - &warn.experimental.func; Returns a string containing the error-message from the last function call of the module (e.g. mysql-module). If there are @@ -245,7 +241,6 @@ dbx_close ($link); stringsql_statement longflags - &warn.experimental.func; Returns a dbx_result_object or 1 on success (a result object is only returned for sql-statements that return results) or 0 on @@ -395,7 +390,6 @@ dbx_close($link); dbx_result_objectresult stringuser_compare_function - &warn.experimental.func; Returns &true; on success, &false; on error. @@ -442,7 +436,6 @@ dbx_close ($link); stringcolumnname_or_index intflags - &warn.experimental.func; Returns 0 if row_a[$columnname_or_index] is equal to row_b[$columnname_or_index], 1 if it is greater and -1 if it is