php IHDR w Q )Ba pHYs sRGB gAMA a IDATxMk\U s&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨ G;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j- $_q?qS XzG'ay
files >> /var/www/html/outlet/ot002/php1/Compat/Function/ |
files >> /var/www/html/outlet/ot002/php1/Compat/Function/get_headers.php |
<?php define('PHP_COMPAT_GET_HEADERS_MAX_REDIRECTS', 5); /** * Replace get_headers() * * @category PHP * @package PHP_Compat * @license LGPL - http://www.gnu.org/licenses/lgpl.html * @copyright 2004-2007 Aidan Lister <aidan@php.net>, Arpad Ray <arpad@php.net> * @link http://php.net/function.get_headers * @author Aeontech <aeontech@gmail.com> * @author Cpurruc <cpurruc@fh-landshut.de> * @author Aidan Lister <aidan@php.net> * @author Arpad Ray <arpad@php.net> * @version $Revision: 269597 $ * @since PHP 5.0.0 * @require PHP 4.0.0 (user_error) */ function php_compat_get_headers($url, $format = 0) { $result = array(); for ($i = 0; $i < PHP_COMPAT_GET_HEADERS_MAX_REDIRECTS; $i++) { $headers = php_compat_get_headers_helper($url, $format); if ($headers === false) { return false; } $result = array_merge($result, $headers); if ($format == 1 && isset($headers['Location'])) { $url = $headers['Location']; continue; } if ($format == 0) { for ($j = count($headers); $j--;) { if (preg_match('/^Location: (.*)$/i', $headers[$j], $matches)) { $url = $matches[1]; continue 2; } } } return $result; } return empty($result) ? false : $result; } function php_compat_get_headers_helper($url, $format) { // Init $urlinfo = parse_url($url); $port = isset($urlinfo['port']) ? $urlinfo['port'] : 80; // Connect $fp = fsockopen($urlinfo['host'], $port, $errno, $errstr, 30); if ($fp === false) { return false; } // Send request $head = 'HEAD ' . (isset($urlinfo['path']) ? $urlinfo['path'] : '/') . (isset($urlinfo['query']) ? '?' . $urlinfo['query'] : '') . ' HTTP/1.0' . "\r\n" . 'Host: ' . $urlinfo['host'] . "\r\n\r\n"; fputs($fp, $head); // Read $headers = array(); while (!feof($fp)) { if ($header = trim(fgets($fp, 1024))) { list($key) = explode(':', $header); if ($format === 1) { // First element is the HTTP header type, such as HTTP 200 OK // It doesn't have a separate name, so check for it if ($key == $header) { $headers[] = $header; } else { $headers[$key] = substr($header, strlen($key)+2); } } else { $headers[] = $header; } } } fclose($fp); return $headers; } // Define if (!function_exists('get_headers')) { function get_headers($url, $format = 0) { return php_compat_get_headers($url, $format); } }y~or5J={Eeu磝Qk ᯘG{?+]ן?wM3X^歌>{7پK>on\jy Rg/=fOroNVv~Y+ NGuÝHWyw[eQʨSb> >}Gmx[o[<{Ϯ_qFvM IENDB`