kappu Thu Jun 6 15:08:35 2002 EDT
Modified files:
/phpdoc/en/reference/mail/functions ezmlm-hash.xml
Log:
Update
Index: phpdoc/en/reference/mail/functions/ezmlm-hash.xml
diff -u phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.2
phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.3
--- phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.2 Wed Apr 17 02:39:47
2002
+++ phpdoc/en/reference/mail/functions/ezmlm-hash.xml Thu Jun 6 15:08:33 2002
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mail.xml, last change in rev 1.4 -->
<refentry id="function.ezmlm-hash">
<refnamediv>
<refname>ezmlm_hash</refname>
- <refpurpose>Calculate the hash value needed by EZMLM</refpurpose>
+ <refpurpose>Calcula o valor hash necess�rio para EZMLM</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ <title>Descri��o</title>
<methodsynopsis>
<type>int</type><methodname>ezmlm_hash</methodname>
<methodparam><type>string</type><parameter>addr</parameter></methodparam>
</methodsynopsis>
<simpara>
- <function>ezmlm_hash</function> calculates the hash value needed
- when keeping EZMLM mailing lists in a MySQL database.
+ <function>ezmlm_hash</function> calcula o valor hash necess�rio
+ para manter listas de discuss�o EZMLM com o banco de dados MySQL.
</simpara>
<para>
<example>
- <title>Calculating the hash and subscribing a user</title>
+ <title>Calcula o valor hash para increver um usu�rio</title>
<programlisting>
<![CDATA[
-$user = "[EMAIL PROTECTED]";
+$user = "[EMAIL PROTECTED]";
$hash = ezmlm_hash ($user);
$query = sprintf ("INSERT INTO sample VALUES (%s, '%s')", $hash, $user);
-$db->query($query); // using PHPLIB db interface
+$db->query($query); // usando a interface PHPLIB db
]]>
</programlisting>
</example>
@@ -51,4 +51,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
+-->
\ No newline at end of file[PHP-DOC] cvs: phpdoc /en/reference/mail/functions ezmlm-hash.xml
Alessander Pery Lopes Thomaz Thu, 06 Jun 2002 11:50:06 -0700
- [PHP-DOC] cvs: phpdoc /en/reference/mail/func... Alessander Pery Lopes Thomaz
- [PHP-DOC] cvs: phpdoc /en/reference/mail... Alessander Pery Lopes Thomaz
- [PHP-DOC] cvs: phpdoc /en/reference/mail... Alessander Pery Lopes Thomaz
- [PHP-DOC] Re: phpdoc /en/reference/m... Alessander Thomaz
- [PHP-DOC] cvs: phpdoc /en/reference/mail... Alessander Pery Lopes Thomaz
- [PHP-DOC] cvs: phpdoc /en/reference/mail... Alessander Pery Lopes Thomaz
- [PHP-DOC] cvs: phpdoc /en/reference/mail... Alessander Pery Lopes Thomaz
- [PHP-DOC] cvs: phpdoc /en/reference/mail... Alessander Pery Lopes Thomaz
- [PHP-DOC] Re: phpdoc /en/reference/m... Alessander Thomaz
- Re: [PHP-DOC] Re: phpdoc /en/ref... Markus Fischer
