0 votes
in PHP by
What is the use of the function 'imagetypes()' in PHP?

1 Answer

0 votes
by

imagetypes() gives the image format and types supported by the current version of GD-PHP.

...