mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #53707 (Wrong function declaration of PDOStatement->execute).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307396 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1d9042e25c
commit
22c4c1212a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>PDOStatement::execute</methodname>
|
||||
<methodparam choice="opt"><type>array</type><parameter>input_parameters</parameter><initializer>array()</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>input_parameters</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Execute the prepared statement. If the prepared statement included
|
||||
|
|
Loading…
Reference in a new issue