Function __global->add_download
Definitions
sources/downloads2.php
- Add a download.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Parameters
There are no entries at this time
Returns
- The ID of the newly added download
- Type: AUTO_LINK
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Add a download.
*
* @return AUTO_LINK The ID of the newly added download
*/
function add_download() : int
* Add a download.
*
* @return AUTO_LINK The ID of the newly added download
*/
function add_download() : int

