« PHP:imagecolorstotal()的用法 时间:2024-3-1 21:45 作者:韩俊 分类: PHP imagecolorstotal (PHP 4, PHP 5) imagecolorstotal — 取得一幅图像的调色板中颜色的数目 说明 int <strong>imagecolorstotal</strong> ( resource <code>$image</code> ) 本函数返回指定图像的调色板中的颜色数目。 参见 imagecolorat() 和 imagecolorsforindex()。 标签: php php教程 上一篇PHP:imagecolorsforindex()的用法 下一篇PHP:imageconvolution()的用法 热门推荐 1 php如何解析数组对象2 ThinkPHP中order()使用方法详解3 php返回数组后是如何处理的4 php实现分段下载5 PHP:mb_http_input()的用法6 PHP中的测试自动化工具7 php7.0安装了如何启动8 PHP设计模式中的命令模式怎么使用9 PHP:disk_free_space()的用法10 AJAX for PHP简单表数据查询实例