Skip to content

Instantly share code, notes, and snippets.

@royopa
Created January 3, 2015 07:22
Show Gist options
  • Save royopa/f40b798041bdee1dff92 to your computer and use it in GitHub Desktop.
Save royopa/f40b798041bdee1dff92 to your computer and use it in GitHub Desktop.
New translation reference/intl/intliterator/current.xml - Rodrigo Prado de Jesus <[email protected]>
Index: reference/intl/intliterator/current.xml
===================================================================
--- reference/intl/intliterator/current.xml (revision 0)
+++ reference/intl/intliterator/current.xml (working copy)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 334955 Maintainer: __royopa Status: ready --><!-- CREDITS: [email protected] -->
+
+<refentry xml:id="intliterator.current" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+ <refname>IntlIterator::current</refname>
+ <refpurpose>Retorna o elemento atual</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <modifier>public</modifier> <type>ReturnType</type><methodname>IntlIterator::current</methodname>
+ <void />
+ </methodsynopsis>
+ <para>
+
+ </para>
+
+ &warn.undocumented.func;
+
+ </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
+-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment