mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
ora_parse: incorporate note, returns true and false
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65522 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
02e9b3e175
commit
fd8b05d922
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<reference id="ref.oracle">
|
||||
<title>Oracle functions</title>
|
||||
<titleabbrev>Oracle</titleabbrev>
|
||||
|
@ -646,8 +646,7 @@ $conn = Ora_Logon("user<emphasis>@TNSNAME</emphasis>", "pass");
|
|||
associates it with the given cursor.
|
||||
</para>
|
||||
<para>
|
||||
Returns 0 on success or -1 on
|
||||
error.
|
||||
&return.success;
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>ora_exec</function>,
|
||||
|
|
Loading…
Reference in a new issue