Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Unknown

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class SimplePie_Misc

Description

Located in /simplepie/simplepie.php (line 2462)

Class SimplePie_Misc
Method Summary
Method void absolutize_url ( $relative,  $base)
Method void change_encoding ( $data,  $input,  $output)
Method void display_file ( $url, [ $timeout = 10], [ $useragent = null])
Method void element_implode ( $element)
Method void encoding ( $encoding)
Method void error ( $message,  $level,  $file,  $line)
Method void fix_protocol ( $url, [ $http = 1])
Method void get_element ( $realname,  $string)
Method void is_a_class ( $class1,  $class2)
Method void parse_url ( $url, [ $parse_match = true])
Method void strendpos ( $haystack,  $needle)
Method void utf8_bad_replace ( $str)
Methods
absolutize_url (line 2464)
void absolutize_url ( $relative,  $base)
  • $relative
  • $base
change_encoding (line 2786)
void change_encoding ( $data,  $input,  $output)
  • $data
  • $input
  • $output
display_file (line 2689)
void display_file ( $url, [ $timeout = 10], [ $useragent = null])
  • $url
  • $timeout
  • $useragent
element_implode (line 2649)
void element_implode ( $element)
  • $element
encoding (line 2817)
void encoding ( $encoding)
  • $encoding
error (line 2668)
void error ( $message,  $level,  $file,  $line)
  • $message
  • $level
  • $file
  • $line
fix_protocol (line 2701)
void fix_protocol ( $url, [ $http = 1])
  • $url
  • $http
get_curl_version (line 3571)
void get_curl_version ()
get_element (line 2616)
void get_element ( $realname,  $string)
  • $realname
  • $string
is_a_class (line 3589)
void is_a_class ( $class1,  $class2)
  • $class1
  • $class2
parse_url (line 2727)
void parse_url ( $url, [ $parse_match = true])
  • $url
  • $parse_match
strendpos (line 2611)
void strendpos ( $haystack,  $needle)
  • $haystack
  • $needle
utf8_bad_replace (line 2762)

Replace bad bytes

PCRE Pattern to locate bad bytes in a UTF-8 string Comes from W3 FAQ: Multilingual Forms Note: modified to include full ASCII range including control chars

Modified by Geoffrey Sneddon 2006-11-19 to remove functionality to choose what the replace string is, and to use a variable for the output instead of PHP's output buffer

void utf8_bad_replace ( $str)
  • $str

Documentation generated on Mon, 05 Mar 2007 21:25:11 +0000 by phpDocumentor 1.3.1