Download the PHP package jsnlib/copy without Composer
On this page you can find all versions of the php package jsnlib/copy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package copy
jsnlib-copy
複製來源圖片到指定路徑,還可以縮圖處理。
使用方式
``
url($url): object
設定來源網址
resize(int $width, int $height, int $quantity, string $save_dir, string $newname = NULL): object
儲存縮圖
- width (int) 重新縮圖的寬度
- height (int) 重新縮圖的高度
- quantity (int) 縮圖品質 0% ~ 100%
- save_dir (string) 儲存的絕對路徑
- newname (string)(選) 儲存的檔名
org(string $save_dir,string $newname = NULL): object
儲存原圖
- save_dir (string) 儲存的絕對路徑
- newname (string)(選) 儲存的檔名
copy($mode = 0775): object
運行複製
- mode 權限值
result()
取得結果
All versions of copy with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package jsnlib/copy contains the following files
Loading the files please wait ....