Exif
in package
Table of Contents
Properties
Methods
- __call() : mixed
- Maps back the call method functions to the exif library.
- __construct() : mixed
- available() : mixed
- Determines if exif is available on the site.
- load() : mixed
- Reads the exif information from a given path
Properties
$exif
private
mixed
$exif
= null
$reader
private
mixed
$reader
= null
Methods
__call()
Maps back the call method functions to the exif library.
public
__call(mixed $method, mixed $args) : mixed
Parameters
- $method : mixed
- $args : mixed
Tags
__construct()
public
__construct() : mixed
available()
Determines if exif is available on the site.
public
available() : mixed
Tags
load()
Reads the exif information from a given path
public
load(mixed $file) : mixed
Parameters
- $file : mixed