svn: /phpdoc/bg/trunk/language/predefined/iterator/ current.xml next.xml

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

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

Log:
initial commit

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

Added: phpdoc/bg/trunk/language/predefined/iterator/current.xml
===================================================================
--- phpdoc/bg/trunk/language/predefined/iterator/current.xml	                        (rev 0)
+++ phpdoc/bg/trunk/language/predefined/iterator/current.xml	2015-12-19 00:13:41 UTC (rev 338319)
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 288721 Maintainer: stanprog Status: ready -->
+<!-- Reviewed: yes -->
+
+<refentry xml:id="iterator.current" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+  <refname>Iterator::current</refname>
+  <refpurpose>Връща текущият елемент</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>abstract</modifier> <modifier>public</modifier> <type>mixed</type><methodname>Iterator::current</methodname>
+   <void />
+  </methodsynopsis>
+  <para>
+   Връща текущият елемент.
+  </para>
+ </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/current.xml
___________________________________________________________________
Added: svn:keywords
   + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
Added: svn:eol-style
   + native

Added: phpdoc/bg/trunk/language/predefined/iterator/next.xml
===================================================================
--- phpdoc/bg/trunk/language/predefined/iterator/next.xml	                        (rev 0)
+++ phpdoc/bg/trunk/language/predefined/iterator/next.xml	2015-12-19 00:13:41 UTC (rev 338319)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 288721 Maintainer: Telinc1 Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xml:id="iterator.next" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+  <refname>Iterator::next</refname>
+  <refpurpose>Преминава към следващият елемент</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>abstract</modifier> <modifier>public</modifier> <type>void</type><methodname>Iterator::next</methodname>
+   <void />
+  </methodsynopsis>
+  <para>
+   Премества позицията към следващия елемент.
+  </para>
+  <note>
+   <para>
+    Този метод се извиква <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/next.xml
___________________________________________________________________
Added: svn:keywords
   + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
Added: svn:eol-style
   + native