コード例 #1
0
 function getResponseTime()
 {
     $this->_response_time = url_response_time($this->host, $this->port);
 }
コード例 #2
0
 /**
  * Get response time
  *
  * @return int
  */
 function getResponseTime()
 {
     return $this->_response_time = url_response_time($this->host, 80);
 }