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
-
+-->