content_guesser
class content_guesser extends guesser_base
Properties
protected int | $priority | from guesser_base |
Methods
bool
is_supported()
Returns whether this guesser is supported on the current OS
string
guess(string $file, string $file_name = '')
Guess mimetype of supplied file
Details
in
guesser_base at line 26
int
get_priority()
Get the guesser priority
in
guesser_base at line 34
void
set_priority(int $priority)
Set the guesser priority
at line 21
bool
is_supported()
Returns whether this guesser is supported on the current OS
at line 29
string
guess(string $file, string $file_name = '')
Guess mimetype of supplied file