Function __global->captcha_audio

Definitions

sources/captcha.php

  • Create an audio CAPTCHA.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$code_needed string No No required parameter N/A N/A The code

Returns

  • the audio CAPTCHA data
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Create an audio CAPTCHA.
 *
 * @param  string $code_needed The code
 * @return string the audio CAPTCHA data
 */

function captcha_audio(string $code_needed) : string