Login
Remember
Register
Ask a Question
What is the use of the function 'imagetypes()' in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
Robindeniel
What is the use of the function 'imagetypes()' in PHP?
#php-imagetypes
#imagetypes-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
SakshiSharma
imagetypes() gives the image format and types supported by the current version of GD-PHP.
...