mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
please use <parameter><optional> in prototypes only
and not in descriptive text (won't work well with DocBook4) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62134 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
159b4f30f0
commit
bbacd1478d
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<reference id="ref.sesam">
|
||||
<title>SESAM database functions</title>
|
||||
<titleabbrev>SESAM</titleabbrev>
|
||||
|
@ -1619,7 +1619,7 @@ if (!sesam_execimm ($stmt))
|
|||
<function>sesam_query</function> (select type queries only!).
|
||||
</para>
|
||||
<para>
|
||||
<parameter><optional>whence</optional></parameter> is an optional
|
||||
<parameter>whence</parameter> is an optional
|
||||
parameter for a fetch operation on "scrollable" cursors, which
|
||||
can be set to the following predefined constants:
|
||||
<table>
|
||||
|
@ -1693,17 +1693,17 @@ if (!sesam_execimm ($stmt))
|
|||
<para>
|
||||
When using "scrollable" cursors, the cursor can be freely
|
||||
positioned on the result set. If the
|
||||
<parameter><optional>whence</optional></parameter> parameter is
|
||||
<parameter>whence</parameter> parameter is
|
||||
omitted, the global default values for the scrolling type
|
||||
(initialized to: <literal>SESAM_SEEK_NEXT</literal>, and settable
|
||||
by <function>sesam_seek_row</function>) are used. If
|
||||
<parameter><optional>whence</optional></parameter> is supplied,
|
||||
<parameter>whence</parameter> is supplied,
|
||||
its value replaces the global default.
|
||||
</para>
|
||||
<para>
|
||||
<parameter><optional>offset</optional></parameter> is an optional
|
||||
<parameter>offset</parameter> is an optional
|
||||
parameter which is only evaluated (and required) if
|
||||
<parameter><optional>whence</optional></parameter> is either
|
||||
<parameter>whence</parameter> is either
|
||||
<literal>SESAM_SEEK_RELATIVE</literal> or
|
||||
<literal>SESAM_SEEK_ABSOLUTE</literal>. This parameter is only
|
||||
valid for "scrollable" cursors.
|
||||
|
@ -1796,8 +1796,8 @@ sesam_free_result ($result);
|
|||
</para>
|
||||
<para>
|
||||
For the valid values of the optional
|
||||
<parameter><optional>whence</optional></parameter>and
|
||||
<parameter><optional>offset</optional></parameter> parameters,
|
||||
<parameter>whence</parameter>and
|
||||
<parameter>offset</parameter> parameters,
|
||||
see the <function>sesam_fetch_row</function> function for
|
||||
details.
|
||||
</para>
|
||||
|
@ -1969,7 +1969,7 @@ sesam_free_result ($result);
|
|||
</table>
|
||||
</para>
|
||||
<para>
|
||||
<parameter><optional>offset</optional></parameter> is an optional
|
||||
<parameter>offset</parameter> is an optional
|
||||
parameter which is only evaluated (and required) if
|
||||
<parameter>whence</parameter> is either
|
||||
<literal>SESAM_SEEK_RELATIVE</literal> or
|
||||
|
|
Loading…
Reference in a new issue