Documentation

Exif
in package

Table of Contents

Properties

$exif  : mixed
$reader  : mixed

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
since
1.0.0
access

public

__construct()

public __construct() : mixed

available()

Determines if exif is available on the site.

public available() : mixed
Tags
since
1.0.0
access

public

load()

Reads the exif information from a given path

public load(mixed $file) : mixed
Parameters
$file : mixed
Tags
since
1.0.0
access

public


        
On this page

Search results