DIR_SEP = DIRECTORY_SEPARATOR
MAGPIE_DIR = dirname(__FILE__) . DIR_SEP
MAGPIE_EXTLIB = MAGPIE_DIR . 'extlib' . DIR_SEP
MAGPIE_VERSION = '0.72'
_fetch_remote_file( $url, $headers = "" ) : void
_response_to_rss( $resp ) : void
debug( $debugmsg, $lvl = E_USER_NOTICE ) : void
error( $errormsg, $lvl = E_USER_WARNING ) : void
fetch_rss( $url ) : void
init( ) : void
is_client_error( $sc ) : void
is_error( $sc ) : void
is_info( $sc ) : void
is_redirect( $sc ) : void
is_server_error( $sc ) : void
is_success( $sc ) : void
magpie_error( $errormsg = "" ) : void