Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
 function curl_exec_post($jp)
 {
     $ch = $this->args[0];
     $this->getinfo($ch);
     parent::postCallback($jp);
 }
Exemplo n.º 3
0
 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);
 }