PHP Класс SimplePie_Content_Type_Sniffer, ojs

Based on the rules in http://tools.ietf.org/html/draft-abarth-mime-sniff-06 This is used since we can't always trust Content-Type headers, and is based upon the HTML5 parsing rules. This class can be overloaded with {@see \SimplePie::set_content_type_sniffer_class()}
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$file SimplePie_File File object

Открытые методы

Метод Описание
SimplePie_Content_Type_Sniffer ( SimplePie_Content_Type_Sniffer $file ) Create an instance of the class with the input file
feed_or_html ( ) : string Sniff HTML
get_type ( ) : string Get the Content-Type of the specified file
image ( ) : string Sniff images
text_or_binary ( ) : string Sniff text or binary
unknown ( ) : string Sniff unknown

Описание методов

SimplePie_Content_Type_Sniffer() публичный Метод

Create an instance of the class with the input file
public SimplePie_Content_Type_Sniffer ( SimplePie_Content_Type_Sniffer $file )
$file SimplePie_Content_Type_Sniffer Input file

feed_or_html() публичный Метод

Sniff HTML
public feed_or_html ( ) : string
Результат string Actual Content-Type

get_type() публичный Метод

Get the Content-Type of the specified file
public get_type ( ) : string
Результат string Actual Content-Type

image() публичный Метод

Sniff images
public image ( ) : string
Результат string Actual Content-Type

text_or_binary() публичный Метод

Sniff text or binary
public text_or_binary ( ) : string
Результат string Actual Content-Type

unknown() публичный Метод

Sniff unknown
public unknown ( ) : string
Результат string Actual Content-Type

Описание свойств

$file публичное свойство

File object
public SimplePie_File $file
Результат SimplePie_File