超时和http设置

file_get_contents('http://freeapi.ipip.net/'.$ip, false,

    stream_context_create([

'http'=>array(

'method'=>'GET',

// 'header'=>'Content-type:application/x-www-form-urlencoded',

// 'content'=>'',

'timeout'=>1,

)

    ])

 );