Function __global->delete_download_licence
Definitions
sources/downloads2.php
- Delete a download licence.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID of the download licence to delete |
Preview
Code (PHP)
/**
* Delete a download licence.
*
* @param AUTO_LINK $id The ID of the download licence to delete
*/
function delete_download_licence(int $id)
* Delete a download licence.
*
* @param AUTO_LINK $id The ID of the download licence to delete
*/
function delete_download_licence(int $id)

