update : 2015.11.03
php.shukuma.com검색:
|
image_type_to_extension(PHP 5, PHP 7) 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. 예제
Example #1 image_type_to_extension() example
<?php 주의
|