|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2015-07-23 14:53 UTC] chealer at gmail dot com
Description:
------------
input_parameters
An array of values with as many elements as there are bound parameters in the SQL statement being executed. All values are treated as PDO::PARAM_STR.
---
From manual page: http://www.php.net/pdostatement.execute
---
PDO::PARAM_STR indicates string parameters. "as PDO::PARAM_STR" could read "as strings (PDO::PARAM_STR)", or simply "as strings".
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 06:00:01 2025 UTC |
We are not talking about what PDO::PARAM_STR is after it has been evaluated. We are talking about what it *represents* ("the SQL CHAR, VARCHAR, or other string data type"). I still think that this is therefore not a documentation problem. If, however, you still disagree with me, then I will reopen this report and let another contributor review it. Thanks, Tom