git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103166 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-11-10 14:55:32 +00:00
parent df874ac38f
commit fad440e808

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.5 -->
<refentry id="function.odbc-execute">
<refnamediv>
@ -9,14 +9,13 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>resource</type><methodname>odbc_execute</methodname>
<type>bool</type><methodname>odbc_execute</methodname>
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>parameters_array</parameter></methodparam>
</methodsynopsis>
<para>
Executes a statement prepared with
<function>odbc_prepare</function>. Returns &true; on successful
execution; &false; otherwise. The array
<function>odbc_prepare</function>.&return.success; The array
<parameter>parameters_array</parameter> only needs to be given if
you really have parameters in your statement.
</para>