noalyss Version-9
|
Go to the source code of this file.
Namespaces | |
namespace | Securimage |
Project: Securimage: A PHP class for creating and managing form CAPTCHA images File: securimage.php | |
Variables | |
$img = new Securimage() | |
$img | audio_format = (isset($_GET['format']) && in_array(strtolower($_GET['format']), array('mp3', 'wav')) ? strtolower($_GET['format']) : 'mp3') |
$img = new Securimage() |
Definition at line 39 of file securimage_play.php.
$img audio_format = (isset($_GET['format']) && in_array(strtolower($_GET['format']), array('mp3', 'wav')) ? strtolower($_GET['format']) : 'mp3') |
Definition at line 40 of file securimage_play.php.
Referenced by Securimage\__construct(), and Securimage\outputAudioFile().