ArcheFileFormats
Table of Contents
Methods
-
getAll()
: array<string|int, mixed>
-
getByExtension()
: array<string|int, mixed>
-
getByMime()
: object|null
getAll()
public
static getAll() : array<string|int, mixed>
Return values
array<string|int, mixed>
getByExtension()
public
static getByExtension(string $extension) : array<string|int, mixed>
Parameters
-
$extension
: string
-
Return values
array<string|int, mixed>
getByMime()
public
static getByMime(string $mime) : object|null
Parameters
-
$mime
: string
-
Return values
object|null