noalyss Version-9
Namespaces | Variables
securimage_play.php File Reference

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')
 

Variable Documentation

◆ $img

$img = new Securimage()

Definition at line 39 of file securimage_play.php.

◆ audio_format

$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().