Procedural File: rss_fetch.inc

Source Location: /bblog/bBlog_plugins/rss/library/rss_fetch.inc ( Revision Log )

Page Details
Includes
require_once (MAGPIE_DIR.'rss_parse.inc') [line 31]
[ Top ]

require_once (MAGPIE_DIR.'rss_cache.inc') [line 32]
[ Top ]

require_once (Snoopy.class.inc) [line 36]
[ Top ]


Constants
DIR_SEP  [line 24]

DIR_SEP = DIRECTORY_SEPARATOR

[ Top ]

MAGPIE_DIR  [line 28]

MAGPIE_DIR = dirname(__FILE__).DIR_SEP

[ Top ]

MAGPIE_EXTLIB  [line 35]

MAGPIE_EXTLIB = MAGPIE_DIR.'extlib'.DIR_SEP

[ Top ]

MAGPIE_VERSION  [line 85]

MAGPIE_VERSION = '0.51'

[ Top ]


Functions
debug  [line 235]

void debug( mixed $debugmsg, [mixed $lvl = E_USER_NOTICE]  )


[ Top ]
error  [line 221]

void error( mixed $errormsg, [mixed $lvl = E_USER_WARNING]  )


[ Top ]
fetch_rss  [line 89]

void fetch_rss( mixed $url  )


[ Top ]
init  [line 326]

void init( )


[ Top ]
is_client_error  [line 427]

void is_client_error( mixed $sc  )


[ Top ]
is_error  [line 419]

void is_error( mixed $sc  )


[ Top ]
is_info  [line 395]

void is_info( mixed $sc  )


[ Top ]
is_redirect  [line 411]

void is_redirect( mixed $sc  )


[ Top ]
is_server_error  [line 435]

void is_server_error( mixed $sc  )


[ Top ]
is_success  [line 403]

void is_success( mixed $sc  )


[ Top ]
magpie_error  [line 243]

void magpie_error( [mixed $errormsg = ""]  )


[ Top ]
_fetch_remote_file  [line 260]

void _fetch_remote_file( mixed $url, [mixed $headers = ""]  )


[ Top ]
_response_to_rss  [line 281]

void _response_to_rss( mixed $resp  )


[ Top ]