Function __global->get_download_bandwidth
Definitions
sources/downloads_stats.php
- Get the currently used download bandwidth.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The currently used download bandwidth (forever)
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the currently used download bandwidth.
*
* @return integer The currently used download bandwidth (forever)
*/
function get_download_bandwidth() : int
* Get the currently used download bandwidth.
*
* @return integer The currently used download bandwidth (forever)
*/
function get_download_bandwidth() : int

