<parameter><optional> should only be used in prototypes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62137 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-11-12 17:11:19 +00:00
parent b2a3148d59
commit 83d7d02c66

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.21 $ -->
<!-- $Revision: 1.22 $ -->
<reference id="ref.ifx">
<title>Informix functions</title>
<titleabbrev>Informix</titleabbrev>
@ -766,7 +766,7 @@ echo "The serial value of the inserted row is : " . $serial_value&lt;br>\n";
<function>ifx_prepare</function> (select type queries only!).
</para>
<para>
<parameter><optional>position</optional></parameter> is an
<parameter>position</parameter> is an
optional parameter for a "fetch" operation on "scroll" cursors:
"NEXT", "PREVIOUS", "CURRENT", "FIRST", "LAST" or a number. If
you specify a number, an "absolute" row fetch is executed. This