From d9e790b852d0064431c36a99a5085d0ddbbfcb3c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 31 May 2013 20:29:47 +0000 Subject: [PATCH] Link constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330431 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/pdostatement/bindcolumn.xml | 4 +++- reference/pdo/pdostatement/bindparam.xml | 5 +++-- reference/pdo/pdostatement/bindvalue.xml | 5 +++-- reference/pdo/pdostatement/getcolumnmeta.xml | 3 ++- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/reference/pdo/pdostatement/bindcolumn.xml b/reference/pdo/pdostatement/bindcolumn.xml index b87d0694d5..d4b7c808fb 100644 --- a/reference/pdo/pdostatement/bindcolumn.xml +++ b/reference/pdo/pdostatement/bindcolumn.xml @@ -66,7 +66,9 @@ type - Data type of the parameter, specified by the PDO::PARAM_* constants. + Data type of the parameter, specified by the PDO::PARAM_* + constants. diff --git a/reference/pdo/pdostatement/bindparam.xml b/reference/pdo/pdostatement/bindparam.xml index 6dec3b8ce9..b845509527 100644 --- a/reference/pdo/pdostatement/bindparam.xml +++ b/reference/pdo/pdostatement/bindparam.xml @@ -62,8 +62,9 @@ data_type - Explicit data type for the parameter using the PDO::PARAM_* - constants. + Explicit data type for the parameter using the PDO::PARAM_* + constants. To return an INOUT parameter from a stored procedure, use the bitwise OR operator to set the PDO::PARAM_INPUT_OUTPUT bits for the data_type parameter. diff --git a/reference/pdo/pdostatement/bindvalue.xml b/reference/pdo/pdostatement/bindvalue.xml index 03083f2cef..b7fb5f05e8 100644 --- a/reference/pdo/pdostatement/bindvalue.xml +++ b/reference/pdo/pdostatement/bindvalue.xml @@ -49,8 +49,9 @@ data_type - Explicit data type for the parameter using the PDO::PARAM_* - constants. + Explicit data type for the parameter using the PDO::PARAM_* + constants. diff --git a/reference/pdo/pdostatement/getcolumnmeta.xml b/reference/pdo/pdostatement/getcolumnmeta.xml index 0543c97d41..f36a474468 100644 --- a/reference/pdo/pdostatement/getcolumnmeta.xml +++ b/reference/pdo/pdostatement/getcolumnmeta.xml @@ -98,7 +98,8 @@ pdo_type The type of this column as represented by the - PDO::PARAM_* constants. + PDO::PARAM_* + constants.