\Intervention\ImageFile

Summary

Methods
Properties
Constants
setFileInfoFromPath()
filesize()
basePath()
$mime
$dirname
$basename
$extension
$filename
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$mime

$mime : string

Mime type

Type

string

$dirname

$dirname : string

Name of directory path

Type

string

$basename

$basename : string

Basename of current file

Type

string

$extension

$extension : string

File extension of current file

Type

string

$filename

$filename : string

File name of current file

Type

string

Methods

setFileInfoFromPath()

setFileInfoFromPath(string  $path) : mixed

Sets all instance properties from given path

Parameters

string $path

Returns

mixed —

filesize()

filesize() : mixed

Get file size

Returns

mixed —

basePath()

basePath() : string

Get fully qualified path

Returns

string —