Function __global->imagetypes
Definitions
sources_custom/phpstub.php
- Return the image types supported by this execution environment.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- Bit field of constants: IMG_GIF | IMG_JPG | IMG_PNG
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Return the image types supported by this execution environment.
*
* @return integer Bit field of constants: IMG_GIF | IMG_JPG | IMG_PNG
*/
function imagetypes() : int
* Return the image types supported by this execution environment.
*
* @return integer Bit field of constants: IMG_GIF | IMG_JPG | IMG_PNG
*/
function imagetypes() : int

