FileHelpers

trait FileHelpers (View source)

Properties

protected string $hashName The cache copy of the file's hash name.

Methods

string path()

Get the fully qualified path to the file.

string extension()

Get the file's extension.

string clientExtension()

Get the file's extension supplied by the client.

string hashName(string $path = null)

Get a filename for the file.

Details

string path()

Get the fully qualified path to the file.

Return Value

string

string extension()

Get the file's extension.

Return Value

string

string clientExtension()

Get the file's extension supplied by the client.

Return Value

string

string hashName(string $path = null)

Get a filename for the file.

Parameters

string $path

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.5/Illuminate/Http/FileHelpers.html