$origWidth
$origWidth :
The original image width in pixels.
Encapsulation of an Image file
copy(string $targetPath, string|null $targetName = null, integer $perms = 420) : boolean
Makes a copy of itself to the new location. If no filename is provided it will use the existing filename.
string | $targetPath | The directory to store the file in |
string|null | $targetName | The new name of the copied file. |
integer | $perms | File permissions to be applied after copy. |
Loading…