background image

    */
    function get() {
        return $this->crypted_text;
    }
}
?>
调用示例:
<?
require_once("class_emailcrypt.inc.php");
$m=new emailcrypt("toto@jbxue.com","click to email toto");
echo $m->get();
?>