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

Source for file mail.php

Documentation is available at mail.php

  1. <?php
  2.  
  3. require_once 'Log.php';
  4.  
  5. $conf = array('subject' => 'Important Log Events');
  6. $logger &Log::singleton('mail''webmaster@example.com''ident'$conf);
  7. for ($i = 0; $i < 10; $i++{
  8.     $logger->log("Log entry $i");
  9. }

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