gd_edit_image_support()
gd_edit_image_support( string $mime_type )
检查安装的GD版本是否支持特定的映像类型
Check if the installed version of GD supports particular image type
说明(Description)
另见函数 wp_image_editor_supports()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$mime_type | (string) | 必需 |
返回(Return)
(bool)
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.5.0 | wp-includes/deprecated.php:3305 | 0 | 1 function |
gd_edit_image_support() 为WP2原创文章,链接:https://www.wp2.cn/functions/gd_edit_image_support/