Beispiel #1
0
<?php

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

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