Function __global->delete_quiz
Definitions
sources/quiz2.php
- Delete a quiz.
- 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 |
Preview
Code (PHP)
/**
* Delete a quiz.
*
* @param AUTO_LINK $id The ID
*/
function delete_quiz(int $id)
* Delete a quiz.
*
* @param AUTO_LINK $id The ID
*/
function delete_quiz(int $id)

