[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 50 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
guesser_interface:: (4 methods):
is_supported()
guess()
get_priority()
set_priority()
Interface: guesser_interface - X-Ref
is_supported() X-Ref |
Returns whether this guesser is supported on the current OS return: bool True if guesser is supported, false if not |
guess($file, $file_name = '') X-Ref |
Guess mimetype of supplied file param: string $file Path to file param: string $file_name The real file name return: string Guess for mimetype of file |
get_priority() X-Ref |
Get the guesser priority return: int Guesser priority |
set_priority($priority) X-Ref |
Set the guesser priority param: int Guesser priority return: void |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |