Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
SimplePie_Content_Type_Sniffer ($file) | |
get_type () | |
text_or_binary () | |
unknown () | |
image () | |
feed_or_html () |
Attributs publics | |
$file |
Définition à la ligne 13468 du fichier simplepie.php.
SimplePie_Content_Type_Sniffer::feed_or_html | ( | ) |
Sniff HTML
private
Définition à la ligne 13662 du fichier simplepie.php.
SimplePie_Content_Type_Sniffer::get_type | ( | ) |
Get the Content-Type of the specified file
public
Définition à la ligne 13495 du fichier simplepie.php.
SimplePie_Content_Type_Sniffer::image | ( | ) |
Sniff images
private
Définition à la ligne 13631 du fichier simplepie.php.
SimplePie_Content_Type_Sniffer::SimplePie_Content_Type_Sniffer | ( | $file | ) |
Create an instance of the class with the input file
public
SimplePie_Content_Type_Sniffer | $file | Input file |
Définition à la ligne 13484 du fichier simplepie.php.
SimplePie_Content_Type_Sniffer::text_or_binary | ( | ) |
Sniff text or binary
private
Définition à la ligne 13560 du fichier simplepie.php.
SimplePie_Content_Type_Sniffer::unknown | ( | ) |
Sniff unknown
private
Définition à la ligne 13585 du fichier simplepie.php.
SimplePie_Content_Type_Sniffer::$file |
Définition à la ligne 13476 du fichier simplepie.php.