Function __global->imagecreatefromjpeg
Definitions
sources_custom/phpstub.php
- Create a new image from a JPEG file on disk.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | PATH | required parameter | N/A | N/A | The JPEG file |
Return
- The image handle (false: error)
- Type: ~resource
- Set: N/A
- Range: N/A