用file_get_contents函数,以post方式获取url示例

2022-06-10    分类: 网站建设

用file_get_contents函数,以post方式获取url的示例

<?php
$data=array('foo'=>'bar');
$data=http_build_query($data);

  $opts=array(
    'http'=>array(
   'method'=>'POST',
   'header'=>"Content-type: application/x-www-form-urlencoded\r\n".
    "Content-Length: ".strlen($data)."\r\n",
'content'=>$data
),
);
$context=stream_context_create($opts);
$html=file_get_contents('http://localhost/e/admin/test.html',false,$context);
echo$html;
?>

当前文章:用file_get_contents函数,以post方式获取url示例
分享网址:https://www.cdcxhl.com/news9/165959.html

成都网站建设公司_创新互联,为您提供响应式网站网站维护App开发标签优化ChatGPT定制开发

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

网站托管运营