void
do_strip_htmltags
( $match)
void
encode_instead_of_strip
([ $encode = false])
void
pass_cache_data
([ $enable_cache = true], [ $cache_location = './cache'], [ $cache_name_function = 'md5'], [ $cache_class = 'SimplePie_Cache'])
-
$enable_cache
-
$cache_location
-
$cache_name_function
-
$cache_class
void
pass_file_data
([ $file_class = 'SimplePie_File'], [ $timeout = 10], [ $useragent = ''], [ $force_fsockopen = false])
-
$file_class
-
$timeout
-
$useragent
-
$force_fsockopen
void
remove_div
([ $enable = true])
void
replace_urls
( $data, $tag, $attributes)
void
sanitize
( $data, $type, [ $base = ''])
void
set_image_handler
([ $page = false])
void
set_output_encoding
([ $encoding = 'UTF-8'])
Set element/attribute key/value pairs of HTML attributes containing URLs that need to be resolved relative to the feed
void
set_url_replacements
([array $element_attribute = array('a' => 'href', 'area' => 'href', 'blockquote' => 'cite', 'del' => 'cite', 'form' => 'action', 'img' => array('longdesc', 'src'),'input'=>'src','ins'=>'cite','q'=>'cite')])
-
array
$element_attribute: Element/attribute key/value pairs
void
strip_attributes
([ $attribs = array('bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur', 'lowsrc', 'dynsrc')])
void
strip_comments
([ $strip = false])
void
strip_htmltags
([ $tags = array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style')])