mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Typos in ora_fetch_into, and case/formatting issues.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31244 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a3f1260886
commit
d100d4011d
1 changed files with 22 additions and 19 deletions
|
@ -235,8 +235,8 @@ echo "Result: $result<BR>Out: $output<BR>In: $input";
|
|||
Returns true on success, false on error. Details about the error
|
||||
can be retrieved using the <function>ora_error</function> and
|
||||
<function>ora_errorcode</function> functions.
|
||||
See also <function>Ora_Parse</function>,<function>Ora_Exec</function>,
|
||||
and <function>Ora_Fetch</function>.
|
||||
See also <function>ora_parse</function>,<function>ora_exec</function>,
|
||||
and <function>ora_fetch</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -320,8 +320,8 @@ remove the unique restriction or do not insert the key </computeroutput>
|
|||
<function>ora_errorcode</function> functions.
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>Ora_Parse</function>,
|
||||
<function>Ora_Fetch</function>, and <function>Ora_Do</function>.
|
||||
See also <function>ora_parse</function>,
|
||||
<function>ora_fetch</function>, and <function>ora_do</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -348,22 +348,22 @@ remove the unique restriction or do not insert the key </computeroutput>
|
|||
Retrieves a row of data from the specified cursor.
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>Ora_Parse</function>,<function>Ora_Exec</function>,
|
||||
and <function>Ora_Do</function>.
|
||||
See also <function>ora_parse</function>,<function>ora_exec</function>,
|
||||
and <function>ora_do</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ora-fetchinto">
|
||||
<refentry id="function.ora-fetch-into">
|
||||
<refnamediv>
|
||||
<refname>Ora_FetchInto</refname>
|
||||
<refname>Ora_Fetch_Into</refname>
|
||||
<refpurpose>Fetch a row into the specified result array</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>ora_fetchinto</function></funcdef>
|
||||
<funcdef>int <function>ora_fetch_into</function></funcdef>
|
||||
<paramdef>int <parameter>cursor</parameter></paramdef>
|
||||
<paramdef>array <parameter>result</parameter></paramdef>
|
||||
<paramdef>int
|
||||
|
@ -389,8 +389,8 @@ echo $results[1];
|
|||
Note that you need to fetch the array by reference.
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>Ora_Parse</function>,<function>Ora_Exec</function>,
|
||||
<function>Ora_Fetch</function>, and <function>Ora_Do</function>.
|
||||
See also <function>ora_parse</function>,<function>ora_exec</function>,
|
||||
<function>ora_fetch</function>, and <function>ora_do</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -436,10 +436,13 @@ echo $results[1];
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
Returns true on success, False on error. Details about the error
|
||||
can be retrieved using the <function>ora_error</function> and <function>ora_errorcode</function>
|
||||
functions. Logs out the user and disconnects from the
|
||||
server.
|
||||
can be retrieved using the <function>ora_error</function> and
|
||||
<function>ora_errorcode</function> functions. Logs out the user
|
||||
and disconnects from the server.
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>ora_logon</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -507,7 +510,7 @@ $conn = Ora_Logon("user<emphasis>@TNSNAME</emphasis>", "pass");
|
|||
given username and password.
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>Ora_Logon</function>.
|
||||
See also <function>ora_logon</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -530,8 +533,8 @@ $conn = Ora_Logon("user<emphasis>@TNSNAME</emphasis>", "pass");
|
|||
Only returns meaningful values after an parse/exec/fetch sequence.
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>Ora_Parse</function>,<function>Ora_Exec</function>,
|
||||
<function>Ora_Fetch</function>, and <function>Ora_Do</function>.
|
||||
See also <function>ora_parse</function>,<function>ora_exec</function>,
|
||||
<function>ora_fetch</function>, and <function>ora_do</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -600,8 +603,8 @@ $conn = Ora_Logon("user<emphasis>@TNSNAME</emphasis>", "pass");
|
|||
error.
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>Ora_Exec</function>,
|
||||
<function>Ora_Fetch</function>, and <function>Ora_Do</function>.
|
||||
See also <function>ora_exec</function>,
|
||||
<function>ora_fetch</function>, and <function>ora_do</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue