Function __global->get_captcha_questions
Definitions
sources/captcha.php
- Find question-CAPTCHA questions to use for the CAPTCHA.Applies randomisation as appropriate.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A list of tuples: question, answer, multi-choice answers (or null)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find question-CAPTCHA questions to use for the CAPTCHA.Applies randomisation as appropriate.
*
* @return array A list of tuples: question, answer, multi-choice answers (or null)
*/
function get_captcha_questions() : array
* Find question-CAPTCHA questions to use for the CAPTCHA.Applies randomisation as appropriate.
*
* @return array A list of tuples: question, answer, multi-choice answers (or null)
*/
function get_captcha_questions() : array

