Filestack\FilestackClient::download
Download a file, saving it to specified destination
Signature
public function download(string
$url,
string
$destination )
Parameters
$url
— string- Filestack file url or handle
$destination
— string- destination filepath to save to, can
be foldername (defaults to stored filename)
Returns
- bool
- (true = download success, false = failed)
Errors/Exceptions
-
FilestackException
- if API call fails
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)