Example #1
0
 protected static function _head($url)
 {
     $response = Webservice::head($url);
     return ['code' => $response['response'], 'headers' => self::_parse_headers(isset($response['header']) ? $response['header'] : '')];
 }