mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed E_ENGRISH / typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336630 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8547098010
commit
53b3265387
1 changed files with 6 additions and 6 deletions
|
@ -14,21 +14,21 @@
|
|||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
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 <literal>SQL</literal> query in use, the
|
||||
number of parameters used (<literal>Params</literal>), the list
|
||||
of parameters, with their name, type (<literal>paramtype</literal>) 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 (<literal>param_type</literal>) as an integer, and a boolean
|
||||
value <literal>is_param</literal>.
|
||||
</para>
|
||||
<para>
|
||||
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;
|
||||
</para>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue