
$captcha = new Captcha; $captcha->draw();
$data = $captcha->showDatas(); echo json_encode($data);
$captcha->showImg();
info at phpclasses dot org