getCpuIoInfo() getCpuIoInfo(string $type = 'GetCpuIo', integer $start_time, integer $end_time) : mixed 获取监控信息 Parameters string $type 类型 GetCpuIo = CPU信息/内存 GetDiskIo = 磁盘IO GetNetWorkIo = 网络IO integer $start_time 开始时间 integer $end_time 结束时间 Returns mixed
where() where(array $array = array()) : \DtApp\ThinkLibrary\service\bt\ApiService 查询条件 Parameters array $array Returns \DtApp\ThinkLibrary\service\bt\ApiService
toArray() toArray() : array|mixed 返回Array Throws \DtApp\ThinkLibrary\exception\DtaException Returns array|mixed
HttpPostCookie() HttpPostCookie(string $url, array $data = array(), boolean $is_json = true) : boolean|mixed|string 发起POST请求 Parameters string $url 网址 array $data 数据 boolean $is_json 是否返回Json格式 Throws \DtApp\ThinkLibrary\exception\DtaException Returns boolean|mixed|string
getCountData() getCountData(string $str) : false|integer|string 获取总数 Parameters string $str Returns false|integer|string