mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update per feature added by Daniel Ceregatti <vi@sh.nu> 3/18/2002 r-1.170
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126444 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
742af6c746
commit
22382aaceb
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocierror">
|
||||
<refnamediv>
|
||||
|
@ -22,6 +22,14 @@
|
|||
consists the oracle error code and <literal>message</literal>
|
||||
the oracle errorstring.
|
||||
</simpara>
|
||||
<note>
|
||||
<title>As of PHP 4.3</title>
|
||||
<simpara>
|
||||
<literal>offset</literal> and <literal>sqltext</literal> will
|
||||
also be included in the return array to indicate the location
|
||||
of the error and the original SQL text which caused it.
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue