Function __global->get_num_archive_downloads
Definitions
sources/downloads_stats.php
- Get the total number of downloads available.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The total number of downloads available
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the total number of downloads available.
*
* @return integer The total number of downloads available
*/
function get_num_archive_downloads() : int
* Get the total number of downloads available.
*
* @return integer The total number of downloads available
*/
function get_num_archive_downloads() : int
