mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix parameters and function names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185775 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
73c03358e7
commit
9c43f894a1
27 changed files with 87 additions and 88 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-autocommit">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>db2_autocommit</methodname>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-bind-param">
|
||||
<refnamediv>
|
||||
|
@ -13,12 +13,12 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>db2_bind_param</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>long</type><parameter>parameter-number</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>parameter-number</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>variable-name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>long</type><parameter>parameter-type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>long</type><parameter>data-type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>long</type><parameter>precision</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>long</type><parameter>scale</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>parameter-type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>data-type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>precision</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-column-privileges">
|
||||
<refnamediv>
|
||||
|
@ -13,10 +13,10 @@
|
|||
<methodsynopsis>
|
||||
<type>resource</type><methodname>db2_column_privileges</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>schema</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>table-name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>column-name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>table-name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>column-name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-columns">
|
||||
<refnamediv>
|
||||
|
@ -13,10 +13,10 @@
|
|||
<methodsynopsis>
|
||||
<type>resource</type><methodname>db2_columns</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>schema</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>table-name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>column-name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>table-name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>column-name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-cursor-type">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>long</type><methodname>db2_cursor_type</methodname>
|
||||
<type>int</type><methodname>db2_cursor_type</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-field-display-size">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>long</type><methodname>db2_field_display_size</methodname>
|
||||
<type>int</type><methodname>db2_field_display_size</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-field-num">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>long</type><methodname>db2_field_num</methodname>
|
||||
<type>int</type><methodname>db2_field_num</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-field-precision">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>long</type><methodname>db2_field_precision</methodname>
|
||||
<type>int</type><methodname>db2_field_precision</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-field-scale">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>long</type><methodname>db2_field_scale</methodname>
|
||||
<type>int</type><methodname>db2_field_scale</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-field-width">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>long</type><methodname>db2_field_width</methodname>
|
||||
<type>int</type><methodname>db2_field_width</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-special-columns">
|
||||
<refnamediv>
|
||||
|
@ -16,8 +16,7 @@
|
|||
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>schema</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>column_name</parameter></methodparam>
|
||||
<methodparam><type>long</type><parameter>scope</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>scope</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.experimental.func;
|
||||
|
@ -63,14 +62,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>column_name</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The name of the column.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>scope</parameter></term>
|
||||
<listitem>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-statistics">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>column_name</parameter></methodparam>
|
||||
<methodparam><type>bool</type><parameter>unique</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
@ -59,7 +59,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>column_name</parameter></term>
|
||||
<term><parameter>unique</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Its description
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.db2-tables">
|
||||
<refnamediv>
|
||||
|
@ -13,10 +13,10 @@
|
|||
<methodsynopsis>
|
||||
<type>resource</type><methodname>db2_tables</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>schema</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>table-name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>table-type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>table-name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>table-type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.ldap-sasl-bind">
|
||||
<refnamediv>
|
||||
<refname>ldap_sasl_bind</refname>
|
||||
|
@ -12,6 +12,12 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ldap_sasl_bind</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>binddn</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>sasl_mech</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>sasl_realm</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>sasl_authz_id</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>props</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.maxdb-disable-reads-from-master">
|
||||
<refnamediv>
|
||||
<refname>maxdb_disable_reads_from_master</refname>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1.1.1 $ -->
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.maxdb-dump-debug-info">
|
||||
<refnamediv>
|
||||
<refname>maxdb_dump_debug_info</refname>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.maxdb-field-count">
|
||||
<refnamediv>
|
||||
<refname>maxdb_field_count</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<para>Procedural style:</para>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>maxdb_field_count</methodname>
|
||||
<methodparam><type>object</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (method):</para>
|
||||
<classsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.maxdb-field-seek">
|
||||
<refnamediv>
|
||||
<refname>maxdb_field_seek</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<para>Procedural style:</para>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>maxdb_field_seek</methodname>
|
||||
<methodparam><type>object</type><parameter>result</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>fieldnr</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (method):</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.maxdb-rpl-query-type">
|
||||
<refnamediv>
|
||||
<refname>maxdb_rpl_query_type</refname>
|
||||
|
@ -10,14 +10,14 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>maxdb_rpl_query_type</methodname>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (method)</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>maxdb</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>rpl_query_type</methodname>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.maxdb-ssl-set">
|
||||
<refnamediv>
|
||||
<refname>maxdb_ssl_set</refname>
|
||||
|
@ -12,22 +12,22 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>maxdb_ssl_set</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>cert</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>ca</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>capath</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>cipher</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>cert</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ca</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>capath</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>cipher</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (method):</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>maxdb</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ssl_set</methodname>
|
||||
<methodparam choice='opt'><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>cert</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>ca</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>capath</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>cipher</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>cert</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ca</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>capath</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>cipher</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.maxdb-stmt-bind-param">
|
||||
<refnamediv>
|
||||
<refname>maxdb_stmt_bind_param</refname>
|
||||
|
@ -13,8 +13,8 @@
|
|||
<type>bool</type><methodname>maxdb_stmt_bind_param</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>types</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>&var1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>&...</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter role="reference">var1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter role="reference">...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (method):</para>
|
||||
<classsynopsis>
|
||||
|
@ -23,8 +23,8 @@
|
|||
<type>bool</type>
|
||||
<methodname>bind_param</methodname>
|
||||
<methodparam><type>array</type><parameter>types</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>&var1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>&...</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter role="reference">var1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter role="reference">...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.maxdb-stmt-bind-result">
|
||||
<refnamediv>
|
||||
<refname>maxdb_stmt_bind_result</refname>
|
||||
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>maxdb_stmt_bind_result</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>&var1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>&...</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter role="reference">var1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter role="reference">...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (method):</para>
|
||||
<classsynopsis>
|
||||
|
@ -21,8 +21,8 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type>
|
||||
<methodname>bind_result</methodname>
|
||||
<methodparam><type>mixed</type><parameter>&var1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>&...</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter role="reference">var1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter role="reference">...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.maxdb-stmt-close-long-data">
|
||||
<refnamediv>
|
||||
<refname>maxdb_stmt_close_long_data</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<para>Procedural style:</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>maxdb_stmt_send_long_data</methodname>
|
||||
<type>bool</type><methodname>maxdb_stmt_close_long_data</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>param_nr</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
|
||||
<refentry id='function.pg_transaction_status'>
|
||||
<refentry id='function.pg-transaction-status'>
|
||||
<refnamediv>
|
||||
<refname>pg_transaction_status</refname>
|
||||
<refpurpose>Returns the current in-transaction status of the server.</refpurpose>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.use-soap-error-handler">
|
||||
<refnamediv>
|
||||
<refname>use_soap_error_handler()</refname>
|
||||
<refname>use_soap_error_handler</refname>
|
||||
<refpurpose></refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.class-implements">
|
||||
<refnamediv>
|
||||
<refname>class_implements</refname>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>class_implements</methodname>
|
||||
<methodparam><type>mixed</type><parameter>class</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>autoload</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns an array with the names of the interfaces that the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.class-parents">
|
||||
<refnamediv>
|
||||
<refname>class_parents</refname>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>class_parents</methodname>
|
||||
<methodparam><type>mixed</type><parameter>class</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>autoload</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns an array with the name of the parent classes of
|
||||
|
|
Loading…
Reference in a new issue