mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add <parameter> tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103055 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
20bdf4d10d
commit
4b58c2c729
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ociparse">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,8 @@
|
|||
<simpara>
|
||||
<function>OCIParse</function> parses the
|
||||
<parameter>query</parameter> using <parameter>conn</parameter>.
|
||||
It returns the statement identity if the query is valid, &false; if
|
||||
It returns the statement identity if the <parameter>query</parameter>
|
||||
is valid, &false; if
|
||||
not. The <parameter>query</parameter> can be any valid SQL
|
||||
statement or PL/SQL block.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue