【发布时间】:2013-05-22 11:49:15
【问题描述】:
我正在试验这个包装器,特别是从 HTTP 请求中提取原始数据。关于 cURL:
Protocol php not supported or disabled in libcurl
查看了我的 phpinfo,这是支持的:
dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp
PHP 中是否有办法(如果可能,使用此包装器)从任意请求中提取原始数据(无需通过配置文件将 php 添加到该列表中)?
【问题讨论】: