PHP Classes

File: app.php

Recommend this page to a friend!
  Classes of walid laggoune   CAPTCHA Image Maker   app.php   Download  
File: app.php
Role: Example script
Content type: text/plain
Description: Example script
Class: CAPTCHA Image Maker
Generate image with random text for a CAPTCHA
Author: By
Last change:
Date: 6 years ago
Size: 97 bytes
 

Contents

Class file image Download
<?php

require "src/Captcha.php";

$captcha = new CaptchaImageMaker;
var_dump($captcha->make());