imagetypes

(PHP 4 >= 4.0.2, PHP 5, PHP 7)

imagetypes���ص�ǰ PHP �汾��֧�ֵ�ͼ������

˵��

imagetypes ( void ) : int

�������Ա����ֶη�ʽ�����뵱ǰ PHP �汾������ GD ����֧�ֵ�ͼ���ʽ�����������½����IMG_GIF | IMG_JPG | IMG_PNG | IMG_WBMP| IMG_XPM�� ����Ҫ����Ƿ�֧�� PNG����������

Example #1 imagetypes() ����

<?php
if (imagetypes() & IMG_PNG) {
    echo 
"PNG Support is enabled";
}
?>