mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix for #19912
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103166 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
df874ac38f
commit
fad440e808
1 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue