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 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 SimplePie/File.php
public
|
#
__construct( $url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null, $force_fsockopen = false )
|
public
|
$url |
|
|
public
|
$useragent |
|
|
public
boolean
|
$success | true |
|
public
array
|
$headers | array() |
|
public
|
$body |
|
|
public
|
$status_code |
|
|
public
integer
|
$redirects | 0 |
|
public
|
$error |
|
|
public
|
$method | SIMPLEPIE_FILE_SOURCE_NONE |