mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Implemented the new doc style.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183373 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9cce6f2e7b
commit
4a84ac0542
1 changed files with 31 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- splitted from ./en/functions/mail.xml, last change in rev 1.6 -->
|
||||
<refentry id="function.ezmlm-hash">
|
||||
<refnamediv>
|
||||
<refname>ezmlm_hash</refname>
|
||||
<refpurpose>Calculate the hash value needed by EZMLM</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ezmlm_hash</methodname>
|
||||
<methodparam><type>string</type><parameter>addr</parameter></methodparam>
|
||||
|
@ -16,6 +17,33 @@
|
|||
<function>ezmlm_hash</function> calculates the hash value needed
|
||||
when keeping EZMLM mailing lists in a MySQL database.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>addr</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The email address that's being hashed.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The hash value of <parameter>addr</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Calculating the hash and subscribing a user</title>
|
||||
|
|
Loading…
Reference in a new issue