|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($file) | |
| get_type () | |
| text_or_binary () | |
| unknown () | |
| image () | |
| feed_or_html () | |
Data Fields | |
| $file | |
Definition at line 12998 of file simplepie.class.php.
| __construct | ( | $ | file | ) |
Create an instance of the class with the input file
public
| SimplePie_Content_Type_Sniffer | $file | Input file |
Definition at line 13014 of file simplepie.class.php.
| feed_or_html | ( | ) |
Sniff HTML
private
Definition at line 13192 of file simplepie.class.php.
| get_type | ( | ) |
Get the Content-Type of the specified file
public
Definition at line 13025 of file simplepie.class.php.
| image | ( | ) |
Sniff images
private
Definition at line 13161 of file simplepie.class.php.
| text_or_binary | ( | ) |
Sniff text or binary
private
Definition at line 13090 of file simplepie.class.php.
| unknown | ( | ) |
Sniff unknown
private
Definition at line 13115 of file simplepie.class.php.
| $file |
Definition at line 13006 of file simplepie.class.php.