ALIAS
imgjpeg()
ShortPHP reference for imagecreatefromjpeg().
Signature
imagecreatefromjpeg(string $filename): GdImage|false
Example
imgjpeg(...);PHP equivalent
imagecreatefromjpeg() is the canonical PHP function. ShortPHP provides imgjpeg() as the convenience alias.
Extension: gd