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

Official PHP manual ↗

Reference navigation

Previous: h()

Next: imgpng()

Back to reference