Function __global->get_download_archive_size

Definitions

sources/downloads_stats.php

  • Get the total size of all the currently available downloads in a formatted string.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The total size of all the currently available downloads
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the total size of all the currently available downloads in a formatted string.
 *
 * @return string The total size of all the currently available downloads
 */

function get_download_archive_size() : string