betz Sun Nov 10 09:55:32 2002 EDT
Modified files:
/phpdoc/en/reference/uodbc/functions odbc-execute.xml
Log:
fix for #19912
Index: phpdoc/en/reference/uodbc/functions/odbc-execute.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.2
phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.3
--- phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.2 Wed Apr 17 02:44:45
2002
+++ phpdoc/en/reference/uodbc/functions/odbc-execute.xml Sun Nov 10 09:55:32
+2002
@@ -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>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php