mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Link constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330431 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b552b0758d
commit
d9e790b852
4 changed files with 11 additions and 6 deletions
|
@ -66,7 +66,9 @@
|
|||
<term><parameter>type</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Data type of the parameter, specified by the PDO::PARAM_* constants.
|
||||
Data type of the parameter, specified by the <link
|
||||
linkend="pdo.constants"><literal>PDO::PARAM_*</literal>
|
||||
constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -62,8 +62,9 @@
|
|||
<term><parameter>data_type</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Explicit data type for the parameter using the PDO::PARAM_*
|
||||
constants.
|
||||
Explicit data type for the parameter using the <link
|
||||
linkend="pdo.constants"><literal>PDO::PARAM_*</literal>
|
||||
constants</link>.
|
||||
To return an INOUT parameter from a stored procedure,
|
||||
use the bitwise OR operator to set the PDO::PARAM_INPUT_OUTPUT bits
|
||||
for the <parameter>data_type</parameter> parameter.
|
||||
|
|
|
@ -49,8 +49,9 @@
|
|||
<term><parameter>data_type</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Explicit data type for the parameter using the PDO::PARAM_*
|
||||
constants.
|
||||
Explicit data type for the parameter using the <link
|
||||
linkend="pdo.constants"><literal>PDO::PARAM_*</literal>
|
||||
constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -98,7 +98,8 @@
|
|||
<row>
|
||||
<entry><literal>pdo_type</literal></entry>
|
||||
<entry>The type of this column as represented by the
|
||||
<literal>PDO::PARAM_*</literal> constants.</entry>
|
||||
<link linkend="pdo.constants"><literal>PDO::PARAM_*</literal>
|
||||
constants</link>.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue