当前位置:编程学习 > php >>

php中的file_get_contents函数

php中的file_get_contents函数的context参数,是如何使用的?怎么设置file_get_contents执行的时间,如果超过执行时间则返回false?
答案:$opts= array(
  'http'=>array(
    'method'=>"GET",
    'timeout'=>60,
   )
);
$context = stream_context_create($opt);
$html =file_get_contents(' http://www.xxxxx.com', false, $context);
百度搜索 file_get_contents

上一个:怎样在PHP文件中显示php函数,就是让函数以文本形式显示在页面上
下一个:php一个简单的函数问题?

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,