mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fixed some parser error.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27023 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8c5f0ae709
commit
4c68e1c698
1 changed files with 8 additions and 4 deletions
|
@ -5,12 +5,14 @@
|
|||
<simpara>
|
||||
These functions allow you to access Oracle8 and Oracle7 databases. It
|
||||
uses the Oracle8 Call-Interface (OCI8). You will need the Oracle8 client
|
||||
libraries to use this extension.</simpara>
|
||||
libraries to use this extension.
|
||||
</simpara>
|
||||
<simpara>
|
||||
This extension is more flexible than the standard Oracle
|
||||
extension. It supports binding of global and local PHP variables
|
||||
to Oracle placeholders, has full LOB, FILE and ROWID support
|
||||
and allows you to use user-supplied define variables.</simpara>
|
||||
and allows you to use user-supplied define variables.
|
||||
</simpara>
|
||||
</partintro>
|
||||
|
||||
<!--
|
||||
|
@ -47,7 +49,9 @@ OCIFreeCursor
|
|||
<refentry id="function.ocidefinebyname">
|
||||
<refnamediv>
|
||||
<refname>OCIDefineByName</refname>
|
||||
<refpurpose>Use a PHP variable for the define-step during a SELECT</refpurpose>
|
||||
<refpurpose>
|
||||
Use a PHP variable for the define-step during a SELECT
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1340,7 +1344,7 @@ sgml-always-quote-attributes:t
|
|||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../manual.ced"
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
|
|
Loading…
Reference in a new issue