mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-04-27 18:53:21 +02:00
f24b55d6e4
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@166557 c90b9560-bf6c-de11-be94-00142212c4b1
59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.6 $ -->
|
|
<!-- EN-Revision: 1.4 Maintainer: didou Status: ready -->
|
|
<refentry id="function.dbplus-prev">
|
|
<refnamediv>
|
|
<refname>dbplus_prev</refname>
|
|
<refpurpose>Lit la ligne précédente dans la relation</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<methodsynopsis>
|
|
<type>int</type><methodname>dbplus_prev</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> lit les données dans la ligne précédant
|
|
la ligne courante dans la relation <parameter>relation</parameter> ; en fait
|
|
la ligne courante et passe les données représentant la ligne sous la forme
|
|
d'un tableau associatif dans le paramètre <parameter>tuple</parameter>.
|
|
</para>
|
|
<para>
|
|
Cette fonction retourne zéro (e.g. <constant>DBPLUS_ERR_NOERR</constant>)
|
|
en cas de succès ou un code d'erreur db++ en cas d'échec. Voyez
|
|
<function>dbplus_errcode</function> ou l'introduction de ce chapitre pour plus
|
|
de détails sur les codes d'erreurs db++.
|
|
</para>
|
|
<para>
|
|
Voir aussi
|
|
<function>dbplus_first</function>,
|
|
<function>dbplus_curr</function>,
|
|
<function>dbplus_next</function> et
|
|
<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
|
|
-->
|