最新回答 / qq_看看_1
有两个错误 第一个在function getVerify($fontFile='./fonts/consola.ttf',$width=500,$height=60) 应该给文字指定默认值 第二个错误 imagefilledrectangle() 函数书写错误
2017-07-13
最新回答 / qq_沙漏_14
<?php
$filename="images/thumb.jpg";
$fileInfo=getimagesize($filename);
$mime=$fileInfo['mime'];
$createfrom=str_replace('/','createfrom',$mime);
$outFun=str_replace('/',null,$mime);
$image=$createfrom($filename);
$red=imagecolorallocatealpha($image...
2017-07-10