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:
Xiao shengwen 2002-11-09 06:57:30 +00:00
parent 20bdf4d10d
commit 4b58c2c729

View file

@ -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>