コード例 #1
0
ファイル: image.php プロジェクト: ZyXelP/oxwall
 public function destroy()
 {
     $this->image->destroy();
 }
コード例 #2
0
ファイル: image.php プロジェクト: vazahat/dudex
 /**
  * Release memory allocated for image
  */
 public function __destruct()
 {
     $this->image->destroy();
 }