Date: 06/06/02
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/appendices phpdevel.xml"
- Previous message: Alessander Pery Lopes Thomaz: "[PHP-DOC] cvs: phpdoc /en/reference/mail/functions ezmlm-hash.xml"
- Next in thread: Alessander Pery Lopes Thomaz: "[PHP-DOC] cvs: phpdoc /en/reference/mail/functions ezmlm-hash.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
kappu Thu Jun 6 15:24:59 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.3 phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.4
--- phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.3 Thu Jun 6 15:08:33 2002
+++ phpdoc/en/reference/mail/functions/ezmlm-hash.xml Thu Jun 6 15:24:59 2002
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mail.xml, last change in rev 1.4 -->
<refentry id="function.ezmlm-hash">
<refnamediv>
<refname>ezmlm_hash</refname>
- <refpurpose>Calcula o valor hash necessário para EZMLM</refpurpose>
+ <refpurpose>Calculate the hash value needed by EZMLM</refpurpose>
</refnamediv>
<refsect1>
- <title>Descrição</title>
+ <title>Description</title>
<methodsynopsis>
<type>int</type><methodname>ezmlm_hash</methodname>
<methodparam><type>string</type><parameter>addr</parameter></methodparam>
</methodsynopsis>
<simpara>
- <function>ezmlm_hash</function> calcula o valor hash necessário
- para manter listas de discussão EZMLM com o banco de dados MySQL.
+ <function>ezmlm_hash</function> calculates the hash value needed
+ when keeping EZMLM mailing lists in a MySQL database.
</simpara>
<para>
<example>
- <title>Calcula o valor hash para increver um usuário</title>
+ <title>Calculating the hash and subscribing a user</title>
<programlisting>
<![CDATA[
-$user = "nome <email protected>";
+$user = "joecool <email protected>";
$hash = ezmlm_hash ($user);
$query = sprintf ("INSERT INTO sample VALUES (%s, '%s')", $hash, $user);
-$db->query($query); // usando a interface PHPLIB db
+$db->query($query); // using PHPLIB db interface
]]>
</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
+-->
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] cvs: phpdoc /en/appendices phpdevel.xml"
- Previous message: Alessander Pery Lopes Thomaz: "[PHP-DOC] cvs: phpdoc /en/reference/mail/functions ezmlm-hash.xml"
- Next in thread: Alessander Pery Lopes Thomaz: "[PHP-DOC] cvs: phpdoc /en/reference/mail/functions ezmlm-hash.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

