function postCallback($jp) { $this->trace['link'] = $this->link; if ($this->result === false) { $this->trace['errno'] = mysql_errno(); $this->trace['error'] = mysql_error(); } parent::postCallback($jp); }
function curl_exec_post($jp) { $ch = $this->args[0]; $this->getinfo($ch); parent::postCallback($jp); }
function postCallback($jp) { $this->trace['link'] = $this->link; $this->trace['cmd'] = is_array($this->args[0]) ? implode(' ', $this->args[0]) : $this->args[0]; parent::postCallback($jp); }