jasonhendry/triage-php

PHP 的三诊客户端

dev-master 2012-12-03 06:25 UTC

This package is auto-updated.

Last update: 2024-09-27 15:50:31 UTC


README

PHP 的三诊客户端

include vendor/autoload.php

function myError($errno, $errstr, $errfile, $errline, $errcontext) {
    call_user_func_array('JasonHendry\TriagePHP\TriageClient::error', array('localhost:5001','myproject',$errno, $errstr, $errfile, $errline, $errcontext));
}