注册 登录
编程论坛 PHP技术论坛

求助:Fatal error: Uncaught Error: Class 'http\Client' not found in D:\phpstudy_pro

pnyjq 发布于 2023-08-02 17:07, 382 次点击
php报错: Fatal error: Uncaught Error: Class 'http\Client' not found in D:\phpstudy_pro\WWW....

<?php
$client = new http\Client;
$request = new http\Client\Request;
$request->setRequestUrl('https://dev-api.');
$request->setRequestMethod('POST');
$body = new http\Message\Body;

执行到第2行就出错了,是不是没有内置的类?请问怎么解决?
1 回复
#2
pnyjq2023-08-03 14:31
curl是好东西,弯道解决,谢谢各位看客。
1