$ahttp_codes_2follow = array(301,302)
[line 150]
Variable that contains HTTP code to follow when $this->followlinks==true
Tags:
$aVars =
[line 75]
Variable that contains sent variables and their values ( array("varname"=>"value") )
Tags:
$connection_close_regex = '/^Connection:\s+close/si'
[line 181]
Variable that contains regular expression used to detect end of connection
Tags:
$content_length =
[line 170]
Variable that contains length of content extracted from headers
Tags:
$content_length_max = 20971520
[line 176]
Variable that contains content length maximum to be retrieved. This limitation has been added to avoid downloading too large files.
Limitation default is 20MB (20971529 bytes)
Tags:
$content_type = "application/x-www-form-urlencoded"
[line 60]
Variable that contains default content type
Tags:
$error =
[line 125]
Variable that contains error number and error message specific to the URLs() class
Tags:
$errorno =
[line 120]
Variable that contains error number when error occurred in socket opening
Tags:
$followlinks = false
[line 130]
Variable that contains boolean defining if the opening functions need to follow links
Tags:
$fragment =
[line 110]
Variable that contains fragment stored in URL (ie.: test for URL=> http://foo.bar.com/#test )
Tags:
$headers =
[line 100]
Variable that contains sent / returned headers
Tags:
$host =
[line 35]
Variable that contains hostname of the specified URL with scheme (ie.: http://foo.bar.com)
Tags:
$host_noscheme =
[line 40]
Variable that contains hostname of the specified URL without scheme (ie.: foo.bar.com)
Tags:
$http_code =
[line 140]
Variable that contains HTTP code
Tags:
$http_response =
[line 145]
Variable that contains HTTP response
Tags:
$http_version = "1.0"
[line 55]
Variable that contains http version to be used when manipulating headers
Tags:
$infile =
[line 186]
Variable that contains boolean defining if the file needs to be locally stored or not
Tags:
$location =
[line 160]
Variable that contains location extracted from headers
Tags:
$method = "GET"
[line 50]
Variable that contains default method
Tags:
$password =
[line 85]
Variable that contains password string to be sent when URL is password protected
Tags:
$path =
[line 105]
Variable that contains path stored in URL (ie.: test/abc for URL=> http://foo.bar.com/test/abc )
Tags:
$port =
[line 90]
Variable that contains port to be used
Tags:
$query =
[line 95]
Variable that contains query stored in URL (ie.: test=abc for URL=> http://foo.bar.com?test=abc )
Tags:
$showstatus = false
[line 201]
Variable that contains boolean defining if a current status is needed to be displayed
Tags:
$tmpfile = null
[line 196]
Variable that contains filename used to store temporary file
Tags:
$tmppath = "/tmp/"
[line 191]
Variable that contains path where to store temporary files
Tags:
$url =
[line 30]
Variable that contains treated URL
Tags:
$username =
[line 80]
Variable that contains username string to be sent when URL is password protected
Tags:
$user_agent =
[line 115]
Variable that contains user agent to be used for getting headers
Tags:
$user_agent_send = "PHP-HTTP-Opener"
[line 45]
Variable that contains user agent string used when sending headers
Tags:
$value =
[line 25]
Variable that contains value to be treated
Tags: