svn: /phpdoc/pt_BR/trunk/reference/gmp/ gmp.xml
[email protected] (André Luis Ferreira da Silva Bacci)
| Newsgroups | php.doc.pt-br |
|---|---|
| Message-ID | <[email protected]> |
ae Thu, 03 Oct 2019 17:54:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=348128
Log:
Translations by @rafaelbernard - https://github.com/phpdocbrbridge/traducao/pull/90
Changed paths:
A phpdoc/pt_BR/trunk/reference/gmp/gmp.xml
Added: phpdoc/pt_BR/trunk/reference/gmp/gmp.xml
===================================================================
--- phpdoc/pt_BR/trunk/reference/gmp/gmp.xml (rev 0)
+++ phpdoc/pt_BR/trunk/reference/gmp/gmp.xml 2019-10-03 17:54:29 UTC (rev 348128)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 333674 Maintaner: @rafaelbernard Status: ready $ -->
+
+<phpdoc:classref xml:id="class.gmp" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Classe GMP</title>
+ <titleabbrev>GMP</titleabbrev>
+
+ <partintro>
+ <section xml:id="gmp.intro">
+ &reftitle.intro;
+ <para>
+ Um número GMP. Este objeto suporta os operadores
+ <link linkend="language.operators.arithmetic">arithmetic</link>,
+ <link linkend="language.operators.bitwise">bitwise</link> e
+ <link linkend="language.operators.comparison">comparison</link> sobrecarregados.
+ </para>
+ <note>
+ <para>
+ Nenhuma interface orientada a objeto é provida para manipular objetos
+ <classname>GMP</classname>. Por favor, use a
+ <link linkend="book.gmp">API procedural GMP</link>.
+ </para>
+ </note>
+ </section>
+
+ <section xml:id="gmp.synopsis">
+ <classsynopsis>
+ <ooclass><classname>GMP</classname></ooclass>
+
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>GMP</classname>
+ </ooclass>
+ <oointerface>
+ <interfacename>Serializable</interfacename>
+ </oointerface>
+ </classsynopsisinfo>
+ </classsynopsis>
+ </section>
+ </partintro>
+
+</phpdoc:classref>
+
+<!-- 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
+-->