mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removed "experimental" on request
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70164 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
00b4ce3753
commit
51f07d3fcd
1 changed files with 1 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<reference id="ref.dbx">
|
||||
<title>dbx functions</title>
|
||||
<titleabbrev>dbx</titleabbrev>
|
||||
<partintro>
|
||||
&warn.experimental;
|
||||
<simpara>
|
||||
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 @@
|
|||
<type>bool</type><methodname>dbx_close</methodname>
|
||||
<methodparam><type>dbx_link_object</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Returns &true; on success,
|
||||
&false; on error.
|
||||
|
@ -86,7 +84,6 @@ dbx_close($link);
|
|||
<methodparam><type>string</type><parameter>password</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>persistent</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
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);
|
|||
<type>string</type><methodname>dbx_error</methodname>
|
||||
<methodparam><type>dbx_link_object</type><parameter>link_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
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);
|
|||
<methodparam><type>string</type><parameter>sql_statement</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>long</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
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);
|
|||
<methodparam><type>dbx_result_object</type><parameter>result</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>user_compare_function</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Returns &true; on success,
|
||||
&false; on error.
|
||||
|
@ -442,7 +436,6 @@ dbx_close ($link);
|
|||
<methodparam><type>string</type><parameter>columnname_or_index</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue