__construct() __construct(int $code, float $duration, array $headers = array(), string $body = null, string $error = null) : mixed Parameters int $code 状态码 float $duration 请求时长 array $headers 响应头部 string $body 响应内容 string $error 错误描述 Returns mixed —