svn: /phpdoc/bg/trunk/language/predefined/iterator/ rewind.xml

[email protected] (Stanislav Yordanov) Sat, 19 Dec 2015 00:16:44 +0000
Newsgroups php.doc.bg
Message-ID <[email protected]>
stanprog                                 Sat, 19 Dec 2015 00:16:44 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=338320

Log:
initial commit

Changed paths:
    A   phpdoc/bg/trunk/language/predefined/iterator/rewind.xml

Added: phpdoc/bg/trunk/language/predefined/iterator/rewind.xml
===================================================================
--- phpdoc/bg/trunk/language/predefined/iterator/rewind.xml	                        (rev 0)
+++ phpdoc/bg/trunk/language/predefined/iterator/rewind.xml	2015-12-19 00:16:44 UTC (rev 338320)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 288721 Maintainer: stanprog Status: ready -->
+<!-- Reviewed: yes -->
+
+<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>Превърта итератора към първия елемент</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>abstract</modifier> <modifier>public</modifier> <type>void</type><methodname>Iterator::rewind</methodname>
+   <void />
+  </methodsynopsis>
+  <para>
+   Превърта итератора обратно към първия елемтн.
+  </para>
+  <note>
+   <para>
+    Това е <emphasis>първият</emphasis> метод, който се извиква при започване на
+    &foreach; цикъл. <emphasis>Няма</emphasis> да бъде
+    изпълнен <emphasis>след</emphasis> &foreach; цикли.
+   </para>
+  </note>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Всяка върната стойност се игнорира.
+  </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
+-->
+


Property changes on: phpdoc/bg/trunk/language/predefined/iterator/rewind.xml
___________________________________________________________________
Added: svn:keywords
   + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
Added: svn:eol-style
   + native