Function __global->get_max_image_size
Definitions
sources/images.php
- Get the maximum allowed image size, as set in the configuration.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$consider_php_limits | boolean | True | N/A | N/A | Whether to consider limitations in PHP's configuration |
Return
- The maximum image size, in bytes
- Type: integer
- Set: N/A
- Range: N/A