Esempio n. 1
0
<?php

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

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