• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • 位置: php 中文手册 -> php 绑定的扩展库

    gd函数(图像处理)

    这些函数的行为受php.ini中的设置影响。

    Image 配置选项
    名字默认可修改范围Changelog
    gd.jpeg_ignore_warning"0"PHP_INI_ALLAvailable since PHP 5.1.3.
    有关 PHP_INI_* 样式的更多详情与定义,见 配置可被设定范围。

    这是配置指令的简短说明。

    gd.jpeg_ignore_warningbool

    Ignore warnings created by jpeg2wbmp() and imagecreatefromjpeg()

    See also the exif configuration directives.

    Warning

    Image functions are very memory intensive. Be sure to set memory_limit high enough.