Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 arrCookies, wgetHandler
 arrErrorDescriptions, wgetHandler
 arrIndicatorChars, wgetHandler
 arrOutputLines, wgetHandler
I
 intReturnValue, wgetHandler
O
 objDownloadResult, wgetHandler
S
 strDownloadPath, wgetHandler
 strParams, wgetHandler
 strPathTowget, wgetHandler
 strUserAgent, wgetHandler
public $arrCookies
Cookies to send with download requests.
public $arrErrorDescriptions
Descriptions of wget return values, where key == return and vice versa.
public $arrIndicatorChars
Each element contains one char, used in order of appearance in array for intLiveMode=3 param in doDownload.
private $arrOutputLines
Will be filled with stdout (and stderr, since we use output redirection) from wget.
public $intReturnValue
Will get wgets return value when doDownload finished.
public $objDownloadResult
Will get the download results
public $strDownloadPath
Path (full or relative) to target directory, without trailing slash, for downloaded files.
public $strParams
Commandline params/options to use when launching wget.
public $strPathTowget
Path to wget binary to use.
public $strUserAgent
HTTP UserAgent to send.
Close