mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update to new doc style (not sure how I missed this one).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194304 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
954fa71e2e
commit
086aa9f025
1 changed files with 20 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.PDOStatement-execute">
|
||||
<refnamediv>
|
||||
|
@ -8,8 +8,8 @@
|
|||
Executes a prepared statement
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>PDOStatement::execute</methodname>
|
||||
<methodparam choice="opt"><type>array</type><parameter>input_parameters</parameter></methodparam>
|
||||
|
@ -25,7 +25,10 @@
|
|||
<listitem><para>or pass an array of input-only parameter values</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example><title>Execute a prepared statement with bound variables</title>
|
||||
<programlisting role='php'>
|
||||
<![CDATA[
|
||||
|
@ -78,6 +81,20 @@ $sth->execute();
|
|||
</programlisting>
|
||||
</example>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>PDO::prepare</function></member>
|
||||
<member><function>PDOStatement::bindParam</function></member>
|
||||
<member><function>PDOStatement::fetch</function></member>
|
||||
<member><function>PDOStatement::fetchAll</function></member>
|
||||
<member><function>PDOStatement::fetchColumn</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue