芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/intervention/image/src/Intervention/Image/Commands/ChecksumCommand.php
getSize(); for ($x=0; $x <= ($size->width-1); $x++) { for ($y=0; $y <= ($size->height-1); $y++) { $colors[] = $image->pickColor($x, $y, 'array'); } } $this->setOutput(md5(serialize($colors))); return true; } }