I am using Symfony 3 and when I try to use imagecreatefromjpeg function in PHP it gives the following error.
Attempted to call function "imagecreatefromjpeg" from namespace "AppBundle\Controller"
How can I fix this?
I am using Symfony 3 and when I try to use imagecreatefromjpeg function in PHP it gives the following error.
Attempted to call function "imagecreatefromjpeg" from namespace "AppBundle\Controller"
How can I fix this?
Copyright © 2021 Jogjafile Inc.
Try using
\imagecreatefromjpeg(from global namespace)