get_download_info
get_download_info($id,$infoPart="all"); - get download information (available from version 6.0.54)
the input Function accepts parameters:
$id – upload ID infoPart - a parameter that allows you to get one of the parts of information about the download: "all", "start_time", "end_time", "received", "total_size", "percent_complete", "original_url", "save_to", "is_complete". Available from version 7.0.53.
After testing, the function returns the result of its work to the script :
download info – information about the download status with the specified ID
"" – invalid ID