image_type_to_extension(PHP 5) image_type_to_extension — Get file extension for image type Описание
string image_type_to_extension
( int $imagetype
[, bool $include_dot = TRUE
] )
Returns the extension for the given IMAGETYPE_XXX constant. Список параметров
Возвращаемые значенияA string with the extension corresponding to the given image type. Примеры
Пример #1 image_type_to_extension() example
<?phpПримечания
|
||