Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe SimplePie_Content_Type_Sniffer

Fonctions membres publiques

 __construct ($file)
 
 get_type ()
 
 text_or_binary ()
 
 unknown ()
 
 image ()
 
 feed_or_html ()
 

Champs de données

 $file
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $file)

Create an instance of the class with the input file

Paramètres
SimplePie_Content_Type_Sniffer$fileInput file

Références $file.

Documentation des fonctions membres

◆ feed_or_html()

feed_or_html ( )

Sniff HTML

Renvoie
string Actual Content-Type

Références elseif.

Référencé par get_type().

◆ get_type()

get_type ( )

Get the Content-Type of the specified file

Renvoie
string Actual Content-Type

Références $return, elseif, feed_or_html(), image(), text_or_binary(), et unknown().

◆ image()

image ( )

Sniff images

Renvoie
string Actual Content-Type

Références elseif.

Référencé par get_type().

◆ text_or_binary()

text_or_binary ( )

Sniff text or binary

Renvoie
string Actual Content-Type

Références elseif.

Référencé par get_type(), et unknown().

◆ unknown()

unknown ( )

Sniff unknown

Renvoie
string Actual Content-Type

Références elseif, et text_or_binary().

Référencé par get_type().

Documentation des champs

◆ $file

$file

Référencé par __construct().


La documentation de cette classe a été générée à partir du fichier suivant :