摘要:
php file_get_contents计时读取一个文件/页面 防止读取不到内容$url = 'http://www.baidu.com/index.php';$opts = array( 'http' => array( 'method' => 'GET', 'header' => 'Accept-language: en\r\n'.'Cookie: foo=bar\r\n', 'timeout'=> 20 ) ); $context = 阅读全文
posted @ 2013-10-25 13:56
午火39
阅读(525)
评论(0)
推荐(0)