Function 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
$#!
 __construct, wgetHandler
 __destruct, wgetHandler
 _parseOutput, wgetHandler
 _saveCookieFile, wgetHandler
D
 doDownload, wgetHandler
public function __construct()
Initialize objDownloadResult
public function __destruct()
Just delete the cookies.txt file, it it exists.
private function _parseOutput()
Takes an array with output lines of wget and get average download speed, time needed and file size from it.
private function _saveCookieFile($strDomainCookieScope)
Save cookies from arrCookies to cookies.txt
public function doDownload($strURL,  
$strTargetFile = "",
$strReferer = "",
$intLiveMode = 0,
$bDontDeleteTargetFile = false)
Downloads a given url
Close