Function __global->imagegif
Definitions
sources_custom/phpstub.php
- Output image to browser or file as GIF.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$image | resource | required parameter | N/A | N/A | The image handle |
$filename | ?string | Null | N/A | N/A | The filename (null: output to browser) |
Return
- Success status
- Type: boolean
- Set: N/A
- Range: N/A