我只想用post参数创建一个httprequest.我用过这段代码
$r = new HttpRequest($url, HttpRequest::METH_POST);
$r->send();
Run Code Online (Sandbox Code Playgroud)
但我得到这个错误:
ErrorException [致命错误]:类'HttpRequest'没有
我把extension=php_http.dll它添加到我的php.ini,但问题仍然存在.我下载了php_http.dll文件,并将其插入到php的ext文件夹中,但它已经存在,所以我更换了,仍然有同样的问题.
任何帮助,将不胜感激