[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Fix param name "cursorOffset" for `PDOStatement::fetch()` (#2306)
From:       Javier Spagnoletti via GitHub <noreply () php ! net>
Date:       2023-02-20 16:14:20
Message-ID: drYNTcjjR1Zb9EiuZ1fA2Uplzea77PoEjhN3lVsZQ () main ! php ! net
[Download RAW message or body]

Author: Javier Spagnoletti (phansys)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2023-02-20T16:01:12Z

Commit: https://github.com/php/doc-en/commit/daabfa493f91574b89bfb7c07c571c9740ba5665
Raw diff: https://github.com/php/doc-en/commit/daabfa493f91574b89bfb7c07c571c9740ba5665.diff

Fix param name "cursorOffset" for `PDOStatement::fetch()` (#2306)

Changed paths:
  M  reference/pdo/pdostatement/fetch.xml


Diff:

diff --git a/reference/pdo/pdostatement/fetch.xml b/reference/pdo/pdostatement/fetch.xml
index 03ac7f206a6..e6351bcd4c1 100644
--- a/reference/pdo/pdostatement/fetch.xml
+++ b/reference/pdo/pdostatement/fetch.xml
@@ -113,17 +113,17 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>offset</parameter></term>
+     <term><parameter>cursorOffset</parameter></term>
      <listitem>
       <para> 
        For a PDOStatement object representing a scrollable cursor for which
-       the <literal>cursor_orientation</literal> parameter is set to
+       the <parameter>cursorOrientation</parameter> parameter is set to
        <literal>PDO::FETCH_ORI_ABS</literal>, this value specifies the
        absolute number of the row in the result set that shall be fetched.
       </para>
       <para>
        For a PDOStatement object representing a scrollable cursor for which
-       the <literal>cursor_orientation</literal> parameter is set to
+       the <parameter>cursorOrientation</parameter> parameter is set to
        <literal>PDO::FETCH_ORI_REL</literal>, this value specifies the
        row to fetch relative to the cursor position before
        <methodname>PDOStatement::fetch</methodname> was called.

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic