使用php-phantomjs时在c:\windows写入出错
在学习php-phpantomjs时,使用文档源码报错
public function getEdit(Request $request){
$client = Client::getInstance();
$request = $client->getMessageFactory()->createRequest();
$response = $client->getMessageFactory()->createResponse();
$request->setMethod('GET');
$request->setUrl('http://info.sporttery.cn/football/pool_result.php?id=104873');
$client->send($request, $response);
if($response->getStatus() === 200) {
echo $response->getContent();
}
}
貌似是写入权限问题,但是为什么会在C:/WINDOWS上写入呢?怎么解决?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
vendorjonnywphp-phantomjssrcJonnyWPhantomJsDependencyInjectionServiceContainer.php
上面这行换成下面这行,就是缓存目录改一下,改成可以写入的目录
哥们,你这个可以动态输出内容吗?我的windows上面不能运行,很烦人。
视图文件内容: