From 53b3265387b584af0c3e2df2d34d2bdc1a66cc32 Mon Sep 17 00:00:00 2001 From: Pieter Hordijk Date: Thu, 23 Apr 2015 08:59:26 +0000 Subject: [PATCH] Fixed E_ENGRISH / typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336630 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/pdostatement/debugdumpparams.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/pdo/pdostatement/debugdumpparams.xml b/reference/pdo/pdostatement/debugdumpparams.xml index 0a8874293e..a5440d93df 100644 --- a/reference/pdo/pdostatement/debugdumpparams.xml +++ b/reference/pdo/pdostatement/debugdumpparams.xml @@ -14,21 +14,21 @@ - Dumps the informations contained by a prepared statement directly on the + Dumps the information contained by a prepared statement directly on the output. It will provide the SQL query in use, the number of parameters used (Params), the list - of parameters, with their name, type (paramtype) as - an integer, their key name or position, and the position + of parameters with their key name or position, their name, their position in the query (if this is supported by the PDO driver, otherwise, it will - be -1). + be -1), type (param_type) as an integer, and a boolean + value is_param. - This is a debug function, which dump directly the data on the normal + This is a debug function, which dumps the data directly to the normal output. &tip.ob-capture; - This will only dumps the parameters in the statement at the moment + This will only dump the parameters in the statement at the moment of the dump. Extra parameters are not stored in the statement, and not displayed.