PHP » PYTHON |
login |
register |
about
|
|
image_type_to_extension(PHP 5) image_type_to_extension — Get file extension for image type Description
string image_type_to_extension
( int $imagetype
[, bool $include_dot
] )
Returns the extension for the given IMAGETYPE_XXX constant. Parameters
Return ValuesA string with the extension corresponding to the given image type. Notes
Examples
Example #1 image_type_to_extension() example
<?php
|
more
Recently updated
more
Most requested
|