1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-24 07:22:16 +01:00
Files
Louis-Arnaud d20fadcbae Update outdated EN-Revision hashes in language/ (#348)
Sync 40 Spanish translation files with latest English source changes:
- context/, wrappers/: bump hashes (role attributes already applied)
- control-structures/: indentation and typo fixes
- oop5/final: indentation restructure, split note blocks
- oop5/property-hooks: add missing property declaration in example
- oop5/visibility: add PHP 8.5 asymmetric visibility for static properties
- operators/precedence: add pipe operator and throw rows
- predefined/attributes: add TARGET_CONSTANT for PHP 8.5
- predefined/closure: add getcurrent entity reference
- predefined/*: bump hashes (phpdoc entity changes already applied)
2026-02-27 16:50:35 +01:00

61 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 7fbb16f538011636999459326a55d5f153ef2c61 Maintainer: yago Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="iterator.rewind" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Iterator::rewind</refname>
<refpurpose>Rebobine la Iterator al primer elemento</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="Iterator">
<modifier>public</modifier> <type>void</type><methodname>Iterator::rewind</methodname>
<void/>
</methodsynopsis>
<para>
Rebobina de nuevo al primer elemento de la Iterator.
</para>
<note>
<para>
Este es el <emphasis>primer</emphasis> método llamado cuando se inicia un
&foreach; bucle. <emphasis>No</emphasis> va a ser
ejecutado <emphasis>despues</emphasis> &foreach; bucle.
</para>
</note>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
&no.function.parameters;
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Cualquier valor devuelto se pasa por alto.
</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:"~/.phpdoc/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
-->