Class SimplePie_File
Used for fetching remote files and reading local files
Supports HTTP 1.0 via cURL or fsockopen, with spotty HTTP 1.1 support
This class can be overloaded with SimplePie::set_file_class()
Package: SimplePie\HTTP
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/File.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/File.php
Methods summary
public
|
#
__construct( mixed $url, mixed $timeout = 10, mixed $redirects = 5, mixed $headers = null, mixed $useragent = null, mixed $force_fsockopen = false )
|
Magic methods summary
Properties summary
public
mixed
|
$url | |
public
mixed
|
$useragent | |
public
boolean
|
$success | |
public
array
|
$headers | |
public
mixed
|
$body | |
public
mixed
|
$status_code | |
public
integer
|
$redirects | |
public
mixed
|
$error | |
public
mixed
|
$method |