truecolor.phpt
来自「PHP v6.0 For Linux 运行环境:Win9X/ WinME/ Wi」· PHPT 代码 · 共 20 行
PHPT
20 行
--TEST--imageistruecolor, truecolortopalette--SKIPIF--<?php if (!function_exists('imagetruecolortopalette')) die("skip gd extension not available\n");?>--FILE--<?php$im = imagecreatetruecolor(1,1); if (imageistruecolor($im)) echo "ok\n";if (imagetruecolortopalette($im, 1,2)) echo "ok\n";if (!imageistruecolor($im)) echo "ok\n";?>--EXPECTF--okokok
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?