Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


image_type_to_extension

(PHP 5)

image_type_to_extensionGet file extension for image type

Описание

string image_type_to_extension ( int $imagetype [, bool $include_dot ] )

Returns the extension for the given IMAGETYPE_XXX constant.

Список параметров

imagetype

One of the IMAGETYPE_XXX constant.

include_dot

Whether to prepend a dot to the extension or not. Default to TRUE.

Возвращаемые значения

A string with the extension corresponding to the given image type.

Примечания

Замечание: This function does not require the GD image library.

Примеры

Пример #1 image_type_to_extension() example

<?php
// Create image instance
$im imagecreatetruecolor(100100);

// Save image
imagepng($im'./test' image_type_to_extension(IMAGETYPE_PNG));
imagedestroy($im);
?>






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |