eschmid         Sat Dec 29 03:08:17 2001 EDT

  Modified files:              
    /phpdoc/pt_BR       language-snippets.ent 
    /phpdoc/pt_BR/functions     mhash.xml 
    /phpdoc/pt_BR/appendices    history.xml 
  Log:
  Fixed some errors.
  
Index: phpdoc/pt_BR/language-snippets.ent
diff -u phpdoc/pt_BR/language-snippets.ent:1.3 phpdoc/pt_BR/language-snippets.ent:1.4
--- phpdoc/pt_BR/language-snippets.ent:1.3      Mon Nov 12 20:44:30 2001
+++ phpdoc/pt_BR/language-snippets.ent  Sat Dec 29 03:08:17 2001
@@ -3,6 +3,10 @@
 <!ENTITY warn.experimental      '<warning><simpara>Este módulo é 
<emphasis>EXPERIMENTAL</emphasis>. Isso quer dizer que o comportamento destas funções 
e seus nomes, incluindo TUDO o que está documentado aqui pode mudar em futuras versões 
do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use este módulo por sua própria 
conta e risco.</simpara></warning>'>
 <!ENTITY warn.experimental.func '<warning><simpara>Esta função é 
<emphasis>EXPERIMENTAL</emphasis>. Isso quer dizer que o comportamento desta função e 
seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do 
PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta 
e risco.</simpara></warning>'>
 
+<!ENTITY warn.undocumented.func '<warning><simpara>This function is
+currently not documented, only the argument list is
+available.</simpara></warning>'>
+
 <!ENTITY tip.ob-capture '<tip><simpara>Como toda saída é normalmente enviada direto 
para o browser, você pode usar as <link linkend="ref.outcontrol">Funções de Controle 
de Output</link> para capturar o resultado e guardá-lo (por exemplo) em uma 
<type>string</type>.</simpara></tip>'>
 
 <!ENTITY return.success 'Retorna &true; em caso de sucesso ou &false; em falhas.'>
@@ -13,6 +17,10 @@
 <!ENTITY note.not-bin-safe '<warning><simpara>Esta função (ainda) não é 100% 
compatível com dados binários!</simpara></warning>'>
 <!ENTITY note.bin-safe '<note><simpara>Esta função é compatível com dados 
binários</simpara></note>'>
 <!ENTITY note.no-windows '<note><simpara>esta função não é implementada em plataforma 
Windows</simpara></note>'>
+
+<!ENTITY note.func-callback '<note><simpara>Instead of a function name, an
+array containing an object reference and a method name can also be
+supplied.</simpara></note>'>
 
 <!-- Notas das limitacoes do Safe-Mode -->
 <!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>
Index: phpdoc/pt_BR/functions/mhash.xml
diff -u phpdoc/pt_BR/functions/mhash.xml:1.1 phpdoc/pt_BR/functions/mhash.xml:1.2
--- phpdoc/pt_BR/functions/mhash.xml:1.1        Tue Dec 25 16:53:44 2001
+++ phpdoc/pt_BR/functions/mhash.xml    Sat Dec 29 03:08:17 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.mhash">
   <title>Mhash Functions</title>
   <titleabbrev>mhash</titleabbrev>
@@ -137,7 +137,7 @@
     </para>
     <para>
      <function>mhash_get_hash_name</function> recebe a id da hash como um
-     argumento e retorna o nome da hash ou &falsel;, se a hash não existe.
+     argumento e retorna o nome da hash ou &false;, se a hash não existe.
     </para>
     <para>
      <example>
Index: phpdoc/pt_BR/appendices/history.xml
diff -u phpdoc/pt_BR/appendices/history.xml:1.2 phpdoc/pt_BR/appendices/history.xml:1.3
--- phpdoc/pt_BR/appendices/history.xml:1.2     Wed Nov 14 17:39:02 2001
+++ phpdoc/pt_BR/appendices/history.xml Sat Dec 29 03:08:17 2001
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!--
 <chapt>História do PHP
   <sect>Visão geral do desenvolvimento do PHP
-
+-->


Reply via email to