CHips L MINI SHELL

CHips L pro

Current Path : /opt/cpanel/ea-php54/root/usr/share/doc/pear/Log/examples/
Upload File :
Current File : //opt/cpanel/ea-php54/root/usr/share/doc/pear/Log/examples/sql.php

<?php

require_once 'Log.php';

$conf = array('dsn' => 'pgsql://jon@localhost+unix/logs');
$logger = &Log::singleton('sql', 'log_table', 'ident', $conf);
for ($i = 0; $i < 10; $i++) {
    $logger->log("Log entry $i");
}

Copyright 2K16 - 2K18 Indonesian Hacker Rulez