Fogliarini Brolesi

Educação e programação

Email Encrypt Class

 
<?php
 
/**
* Class Email Encrypt
* From http://www.freesandbox.net/
* Under a GPL License v 2.0
* see http://www.gnu.org/licenses/gpl-2.0.html for further informations
*
*/
Class EmailEncrypt {
public $email;
public $return;
public $temp;
public $enc_type;
 
/**
* Construct function
* Do nothing
*/
function __construct() {
 
}
 
/**
* Private function email
* encode a email in a specific format
* @param $email [...]

 Fogliarini Brolesi proudly uses PHP Speedy