p; return false; } return true; }
//设置消息 function setMessage($strMessage, $intErrorNum) { if (trim($strMessage)=='' || $intErrorNum=='') { return false; } $this->strMessage = $strMessage; $this->intErrorNum = $intErrorNum; return true; }
//获取消息 function getMessage() { return $this->strMessage; }
//获取错误号 function getErrorNum() { return $this->intErrorNum; }
//获取请求信息 function getRequest() { return $this->strRequest; }
//获取响应信息 function getResponse() { return $this->strResponse; } 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |