我在使用imagejpeg()
功能保存图片时遇到错误。
$tempFile = 'temp/'.$fbme['id'].'.jpg'; imagejpeg($cardImg,$tempFile,90); saveTrackingRecord($fbme['id'], $randomPicIdx);
这是错误:
警告:imagejpeg()期望参数1为资源,布尔值为
请帮忙。非常感谢你提前。
更新
以下是我最初定义的$tempfile
。
$tempFile = 'temp/'.$fbme['id'].'.jpg?time='.time();
以下是我如何给予o / p:
<img src="<?php echo $tempFile.'?time='.time(); ?>" style="width:90%; max-width:400px;"/></center><br/>