Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 3a649fa26de04b0283b9d5ebab66c377 > files > 18

php-analog-1.0.3-2.mga4.noarch.rpm

<?php

require '../lib/Analog.php';

$log = '';

Analog::handler (Analog\Handler\Post::init ('http://localhost:8080/'));

Analog::log ('foo');
Analog::log ('bar');

echo $log;

?>