HTML_Crypt
[ class tree: HTML_Crypt ] [ index: HTML_Crypt ] [ all elements ]

Source for file simple.php

Documentation is available at simple.php

  1. <?php
  2. require_once 'HTML/Crypt.php';
  3. $c = new HTML_Crypt('yourname@example.com'8);
  4. $c->addMailTo();
  5. $c->output();
  6. echo "\n";
  7. ?>

Documentation generated on Mon, 11 Mar 2019 15:41:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.