ok

Mini Shell

Direktori : /usr/share/doc/cpanel-php83-log/examples/
Upload File :
Current File : //usr/share/doc/cpanel-php83-log/examples/mail.php

<?php

require_once 'Log.php';

$conf = ['subject' => 'Important Log Events'];
$logger = Log::singleton('mail', 'webmaster@example.com', 'ident', $conf);
for ($i = 0; $i < 10; $i++) {
    $logger->log("Log entry $i");
}

Zerion Mini Shell 1.0