<?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 --> <refentry id="function.dbplus-first"> <refnamediv> <refname>dbplus_first</refname> <refpurpose>Get first tuple from relation</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <type>int</type><methodname>dbplus_first</methodname> <methodparam><type>resource</type><parameter>relation</parameter></methodparam> <methodparam><type>array</type><parameter>&tuple</parameter></methodparam> </methodsynopsis> &warn.experimental.func; <para> <function>dbplus_curr</function> will read the data for the first tuple for the given <parameter>relation</parameter>, make it the current tuple and pass it back as an associative array in <parameter>tuple</parameter>. </para> <para> The function will return zero (aka. DBPLUS_ERR_NOERR) on success or a db++ error code on failure. See <function>dbplus_errcode</function> or the introduction to this chapter for more information on db++ error codes. </para> <para> See also <function>dbplus_curr</function>, <function>dbplus_prev</function>, <function>dbplus_next</function>, and <function>dbplus_last</function>. </para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->