Fatal error: Call to undefined function imagecreatefrom() 改怎么解决那
$src=$createfun($src_img);提示这个Fatalerror:Calltoundefinedfunctionimagecreatefrom()是什么原...
$src = $createfun($src_img); 提示这个Fatal error: Call to undefined function imagecreatefrom()
是什么原因 展开
是什么原因 展开
2个回答
推荐于2016-07-07
展开全部
打开php目录
用记事本打开php.ini
做如下修改:
取消以下配置参数前面的分号
extension_dir =".\ext" #设置php模块路径为同目录下ext文件夹
register_globals= On #开启GET数据调用
short_open_tag =On #php支持短标签
cgi.force_redirect= 0 #开启以CGI方式运行php
fastcgi.impersonate= 1
cgi.rfc2616_headers= 1
extension=php_mbstring.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll
用记事本打开php.ini
做如下修改:
取消以下配置参数前面的分号
extension_dir =".\ext" #设置php模块路径为同目录下ext文件夹
register_globals= On #开启GET数据调用
short_open_tag =On #php支持短标签
cgi.force_redirect= 0 #开启以CGI方式运行php
fastcgi.impersonate= 1
cgi.rfc2616_headers= 1
extension=php_mbstring.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll
展开全部
亲历的一些经验分享,笔者对这个函数不是很熟,后来一查PHP开发文档发现是不存在这个函数
imagecreatefrom的,而只有这样的函数imagecreatefromjpeg,imagecreatefrompng,imagecreatefromgif,imagecreatefrombmp这四个函数,通常用在截图时需要创建个新尺寸的图片,所以要我估计你的这个函数还需要根据文件类型拼装一下调用上面四个中的其中一个即可。
imagecreatefrom的,而只有这样的函数imagecreatefromjpeg,imagecreatefrompng,imagecreatefromgif,imagecreatefrombmp这四个函数,通常用在截图时需要创建个新尺寸的图片,所以要我估计你的这个函数还需要根据文件类型拼装一下调用上面四个中的其中一个即可。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询