du532861657
2014-09-10 13:54函数imagewebp在PHP 5.6中不存在?
PHP-File:
<?php
echo phpversion();
echo "
";
var_dump(function_exists('imagewebp'));
Output:
5.6.0RC2
bool(false)
GD Support is enabled (GD Version:bundled (2.1.0 compatible))
Where is the problem? "imagewebp" should exist since PHP 5.5.0 (see: http://php.net/manual/en/function.imagewebp.php)
PS: (I'm not the only one... How to compile php to enable webp support?)
- 点赞
- 回答
- 收藏
- 复制链接分享
0条回答
为你推荐
- 为什么python中print函数无法正常使用end,sep?
- python
- 2个回答
- 为什么我不应该在 PHP 中使用 mysql * 函数?
- database
- mysql
- pdo
- php
- 14个回答
- vue中this遇到点问题,到底能不能用箭头函数?
- javascript
- vue.js
- 前端
- 2个回答
- Qt槽函数接受不到信息?
- qt
- 网络
- 4个回答
- 求助 wpf能不能使用回调函数?
- 回调函数
- c#
- 1个回答
换一换