[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
SimplePie A PHP-Based RSS and Atom Feed Framework. Takes the hard work out of managing a complete RSS/Atom solution.
Author: | Ryan Parman |
Author: | Sam Sneddon |
Author: | Ryan McCue |
Copyright: | 2004-2016 Ryan Parman, Sam Sneddon, Ryan McCue |
License: | http://www.opensource.org/licenses/bsd-license.php BSD License |
File Size: | 318 lines (8 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
SimplePie_Content_Type_Sniffer:: (6 methods):
__construct()
get_type()
text_or_binary()
unknown()
image()
feed_or_html()
Class: SimplePie_Content_Type_Sniffer - X-Ref
Content-type sniffing__construct($file) X-Ref |
Create an instance of the class with the input file param: SimplePie_Content_Type_Sniffer $file Input file |
get_type() X-Ref |
Get the Content-Type of the specified file return: string Actual Content-Type |
text_or_binary() X-Ref |
Sniff text or binary return: string Actual Content-Type |
unknown() X-Ref |
Sniff unknown return: string Actual Content-Type |
image() X-Ref |
Sniff images return: string Actual Content-Type |
feed_or_html() X-Ref |
Sniff HTML return: string Actual Content-Type |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |