Function __global->get_num_downloads_downloaded

Definitions

sources/downloads_stats.php

  • Get the total number of files downloaded since installation.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The total number of files downloaded since installation
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the total number of files downloaded since installation.
 *
 * @return integer The total number of files downloaded since installation
 */

function get_num_downloads_downloaded() : int