Filestack\FilestackClient::getMetaData
Get metadata of a file
Signature
public function getMetaData(string
$url,
[array
$fields = ] )
Parameters
$url
—
string
- Filestack file url or handle
$fields
—
array
- optional, specific fields to retrieve.
possible fields are:
mimetype, filename, size, width, height,
location, path, container, exif,
uploaded (timestamp), writable,
cloud, source_url
Returns
- array
Errors/Exceptions
-
FilestackException
- if API call fails
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)