clear()
| Return type: | void |
|---|
The clear method resets all of the values used when processing an image. You will want to call this if you are processing images in a loop.
$this->image_lib->clear();
clear()
| Return type: | void |
|---|
The clear method resets all of the values used when processing an image. You will want to call this if you are processing images in a loop.
$this->image_lib->clear();
Please login to continue.