image_memory_limit

最后更新于:2021-11-27 00:59:03

apply_filters( ‘image_memory_limit’, int|string $filtered_limit )

Filters the memory limit allocated for image manipulation.

参数

$filtered_limit

(int|string)
Maximum memory limit to allocate for images. Default GC_MAX_MEMORY_LIMIT or the original php.ini memory_limit, whichever is higher. Accepts an integer (bytes), or a shorthand string notation, such as ‘256M’.

源文件

文件: gc-includes/functions.php

View on Trac