php 驗證碼生成 不保存的狀況下 縮小圖片質量

private function outPut() {
$imgPath = tempnam(sys_get_temp_dir(), 'k'); //建立臨時文件
imagejpeg($this->img,$imgPath,50);        //生成驗證碼圖片
imagedestroy($this->img);      //銷燬資源

$data = file_get_contents($imgPath); //獲取圖片內容
unlink($imgPath);      //刪除文件
return $data;        

}



http://www.javashuo.com/article/p-sdvatdub-nq.html
相關文章
相關標籤/搜索