|
|
File: c:/apache2/htdocs/xtpl/lib/functions/crypt_mail.php
XTPL Template Engine -
c:/apache2/htdocs/xtpl/lib/functions/crypt_mail.php::c:/apache2/htdocs/xtpl/lib/functions/crypt_mail.php
Warning: documentation is missing.
|
private module c:/apache2/htdocs/xtpl/lib/functions/crypt_mail.php
|
|
|
Public Method Summary |
string |
crypt_mail(string $text)This is the example of XTPL extending functions. It protects your mailto links from spamming bots. |
|
Public Method Details |
crypt_mail |
public string crypt_mail( string $text )
|
|
This is the example of XTPL extending functions. It protects your mailto links from spamming bots.
The algorithm is taken from PEAR::HTML_Crypt class.
|
Parameter |
|
string |
$text |
|
|
Text to protect (XTPL var, or content of modify sequence). |
|
Returns |
string |
Author(s) |
Michael Dransfield <mike@blueroot.net> |
|
|
|
|
PHPDoc 1.0beta |