PHP Класс StatisticClient, statistics

Автор: workerman
Автор: xmc 2015.06.06
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$client
$timeMap array ..], module=>[interface=>time_start ..], ... ]

Открытые методы

Метод Описание
report ( string $module, string $interface, boolean $success, integer $code, string $msg, string $report_address = '' ) : boolean 上报统计数据
sendData ( string $address, string $buffer, $timeout = 10 ) : boolean 发送数据给统计系统
tick ( string $module = '', string $interface = '' ) : void 模块接口上报消耗时间记时

Описание методов

report() публичный статический Метод

上报统计数据
public static report ( string $module, string $interface, boolean $success, integer $code, string $msg, string $report_address = '' ) : boolean
$module string
$interface string
$success boolean
$code integer
$msg string
$report_address string
Результат boolean

sendData() публичный статический Метод

发送数据给统计系统
public static sendData ( string $address, string $buffer, $timeout = 10 ) : boolean
$address string
$buffer string
Результат boolean

tick() публичный статический Метод

模块接口上报消耗时间记时
public static tick ( string $module = '', string $interface = '' ) : void
$module string
$interface string
Результат void

Описание свойств

$client защищенное статическое свойство

protected static $client

$timeMap защищенное статическое свойство

..], module=>[interface=>time_start ..], ... ]
protected static array $timeMap
Результат array