A | |
arrCookies, wgetHandler | |
arrErrorDescriptions, wgetHandler | |
arrIndicatorChars, wgetHandler | |
arrOutputLines, wgetHandler | |
I | |
intReturnValue, wgetHandler | |
O | |
objDownloadResult, wgetHandler | |
S | |
strDownloadPath, wgetHandler | |
strParams, wgetHandler | |
strPathTowget, wgetHandler | |
strUserAgent, wgetHandler |
Cookies to send with download requests.
public $arrCookies
Descriptions of wget return values, where key == return and vice versa.
public $arrErrorDescriptions
Each element contains one char, used in order of appearance in array for intLiveMode=3 param in doDownload.
public $arrIndicatorChars
Will be filled with stdout (and stderr, since we use output redirection) from wget.
private $arrOutputLines
Will get wgets return value when doDownload finished.
public $intReturnValue
Will get the download results
public $objDownloadResult
Path (full or relative) to target directory, without trailing slash, for downloaded files.
public $strDownloadPath
Commandline params/options to use when launching wget.
public $strParams
Path to wget binary to use.
public $strPathTowget
HTTP UserAgent to send.
public $strUserAgent