image_type_to_extension
(no version information, might be only in CVS)
image_type_to_extension -- 画像形式からファイルの拡張子を取得する
説明
string
image_type_to_extension ( int imagetype [, bool include_dot] )
指定した定数 IMAGETYPE_XXX
に対応する拡張子を返します。
パラメータ
imagetype
IMAGETYPE_XXX 定数のいずれかひとつ。
include_dot
拡張子の前にドットをつけるかどうか。デフォルトは TRUE。
返り値
指定した型に対応する拡張子を文字列で返します。