$file = 'compress.zlib://http://DOMAIN/filename.gz';. $fh = fopen($file, 'rb');. $data = ''; while (!feof($fh)) { $data .= fgets($fh, 1024);
確定! 回上一頁