file_get_contents逾時設定
// Create the stream context
com 'http' => array(
' timeout' => 3000 //逾時時間,單位為秒
)
));
$contents = file_get_contents('http://sample.com', 0, $context);
參考:http://www.acwind.net/blog/archives/1269
🎜🎜🎜 🎜 以上就介紹了file_get_contents逾時設置,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。 🎜 🎜 🎜