1.
ini_set('default_socket_timeout', '5'); file_get_contents("http://lyxint.com/");
2.
$context = stream_context_create( array( 'http' => array( 'timeout' => 5, ) ) ); file_get_contents("http://lyxint.com/", 0, $context);
1.
ini_set('default_socket_timeout', '5'); file_get_contents("http://lyxint.com/");
2.
$context = stream_context_create( array( 'http' => array( 'timeout' => 5, ) ) ); file_get_contents("http://lyxint.com/", 0, $context);
php file_get_contents
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M