php获取url内容 php请求url并接收返回值?
浏览量:2816
时间:2021-03-12 12:09:04
作者:admin
php请求url并接收返回值?
$ch=curluuinit()
curlusetopt($ch,CURLOPTuurl,$uri)
curlusetopt($ch,CURLOPTuupost,1)//设置为Post
curlusetopt($ch,CURLOPTuheader,0)
curlusetopt($ch,CURLOPTureturntransfer,1)
curlsetopt($ch,CURLOPTupostfields,$data)//data是post请求的参数
$return=curlExec($CH)//$return是收到的返回值
curlclose($CH)
php获取url内容 php获取当前页面url php获取url参数
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。