From bbacd1478dd10134fe6cdc697aaf9c8d34d72112 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 12 Nov 2001 16:53:50 +0000 Subject: [PATCH] please use 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 --- functions/sesam.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/functions/sesam.xml b/functions/sesam.xml index 1f18d5818e..b6b375cba1 100644 --- a/functions/sesam.xml +++ b/functions/sesam.xml @@ -1,5 +1,5 @@ - + SESAM database functions SESAM @@ -1619,7 +1619,7 @@ if (!sesam_execimm ($stmt)) sesam_query (select type queries only!). - whence is an optional + whence is an optional parameter for a fetch operation on "scrollable" cursors, which can be set to the following predefined constants: @@ -1693,17 +1693,17 @@ if (!sesam_execimm ($stmt)) When using "scrollable" cursors, the cursor can be freely positioned on the result set. If the - whence parameter is + whence parameter is omitted, the global default values for the scrolling type (initialized to: SESAM_SEEK_NEXT, and settable by sesam_seek_row) are used. If - whence is supplied, + whence is supplied, its value replaces the global default. - offset is an optional + offset is an optional parameter which is only evaluated (and required) if - whence is either + whence is either SESAM_SEEK_RELATIVE or SESAM_SEEK_ABSOLUTE. This parameter is only valid for "scrollable" cursors. @@ -1796,8 +1796,8 @@ sesam_free_result ($result); For the valid values of the optional - whenceand - offset parameters, + whenceand + offset parameters, see the sesam_fetch_row function for details. @@ -1969,7 +1969,7 @@ sesam_free_result ($result);
- offset is an optional + offset is an optional parameter which is only evaluated (and required) if whence is either SESAM_SEEK_RELATIVE or