mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
<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:
parent
b2a3148d59
commit
83d7d02c66
1 changed files with 2 additions and 2 deletions
|
@ -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<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
|
||||
|
|
Loading…
Reference in a new issue