⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skipif_imagetype.inc

📁 PHP v6.0 For Linux 运行环境:Win9X/ WinME/ WinNT/ Win2K/ WinXP
💻 INC
字号:
<?phpif (!defined('IMAGETYPE_GIF'))     die('skip images of type GIF not supported');if (!defined('IMAGETYPE_JPEG'))    die('skip images of type JPEG not supported');if (!defined('IMAGETYPE_PNG'))     die('skip images of type PNG not supported');if (!defined('IMAGETYPE_SWF'))     die('skip images of type SWF not supported');if (!defined('IMAGETYPE_PSD'))     die('skip images of type PSD not supported');if (!defined('IMAGETYPE_BMP'))     die('skip images of type BMP not supported');if (!defined('IMAGETYPE_TIFF_II')) die('skip images of type TIFF not supported');if (!defined('IMAGETYPE_TIFF_MM')) die('skip images of type TIFF not supported');if (!defined('IMAGETYPE_JPC'))     die('skip images of type JPC not supported');//if (!defined('IMAGETYPE_JP2'))     die('skip images of type JP2 not supported');//if (!defined('IMAGETYPE_JPX'))     die('skip images of type JPX not supported');//if (!defined('IMAGETYPE_JB2'))     die('skip images of type JB2 not supported');if (!defined('IMAGETYPE_IFF'))     die('skip images of type IFF not supported');?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -