mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Oops. I meant pg_data_seek. There is no pg_result_seek.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97691 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61cddb2e58
commit
29812bce20
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.pg-result-seek">
|
||||
<refentry id="function.pg-data-seek">
|
||||
<refnamediv>
|
||||
<refname>pg_result_seek</refname>
|
||||
<refpurpose>Set internal row offset in result resource</refpurpose>
|
||||
|
@ -9,12 +9,12 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>pg_result_seek</methodname>
|
||||
<type>array</type><methodname>pg_data_seek</methodname>
|
||||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_result_seek</function> set internal row offset in
|
||||
<function>pg_data_seek</function> set internal row offset in
|
||||
reuslt resource. It returns &false;, if there is error.
|
||||
</para>
|
||||
<para>
|
Loading…
Reference in a new issue