mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 09:52:17 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@78204 c90b9560-bf6c-de11-be94-00142212c4b1
63 lines
1.9 KiB
XML
63 lines
1.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- splitted from ./fr/functions/array.xml, last change in rev 1.30 -->
|
|
<!-- last change to 'prev' in en/ tree in rev 1.2 -->
|
|
<refentry id="function.prev">
|
|
<refnamediv>
|
|
<refname>prev</refname>
|
|
<refpurpose>Recule le pointeur courant de tableau </refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<methodsynopsis>
|
|
<type>mixed</type><methodname>prev</methodname>
|
|
<methodparam><type>array</type><parameter>array</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>prev</function> repositionne le pointeur interne de tableau à
|
|
la dernière place qu'il occupait, ou bien retourne &false; s'il
|
|
ne reste plus d'éléments.
|
|
<warning>
|
|
<para>
|
|
Si le tableau contient des éléments vides,
|
|
<function>prev</function> retournera &false; pour ces
|
|
éléments aussi. Pour passer en revue tous les
|
|
éléments, utilisez plutôt <function>each</function>.
|
|
</para>
|
|
</warning>
|
|
</para>
|
|
<para>
|
|
<function>prev</function> se comporte exactement comme
|
|
<function>next</function>, mais il fait reculer le pointeur plutôt que
|
|
de l'avancer.
|
|
</para>
|
|
<para>
|
|
Voir aussi
|
|
<function>current</function>,
|
|
<function>end</function>
|
|
<function>next</function> et
|
|
<function>reset</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
|
|
-->
|