Ejemplo n.º 1
0
<?php

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

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