Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 2abc9277f2f3610e7be5ba91cf919084 > files > 6

php-pear-Text_CAPTCHA-0.2.1-1mdv2008.1.noarch.rpm

<?php
     require_once 'Text/CAPTCHA.php';

     $c = Text_CAPTCHA::factory("Word");
     $c->init(array('length' => 4, 'locale' => 'de'));
     echo $c->getCAPTCHA();
?>