Exemple #1
0
<?php

require "createCapCode.php";
$image = new captchCode();
$image->createCaptchCode(100, 30, 5, 2, 6);
Exemple #2
0
<?php

//@YingZhou
require "createCapCode.php";
$image = new captchCode();
$image->createCaptchCode();