最新回答 / 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