Text_CAPTCHA
[ class tree: Text_CAPTCHA ] [ index: Text_CAPTCHA ] [ all elements ]

Source for file CAPTCHA_Word_test.php

Documentation is available at CAPTCHA_Word_test.php

  1. <?php
  2.      require_once 'Text/CAPTCHA.php';
  3.  
  4.      $c Text_CAPTCHA::factory("Word");
  5.      $c->init(array('length' => 4'locale' => 'de'));
  6.      echo $c->getCAPTCHA();
  7. ?>

Documentation generated on Mon, 11 Mar 2019 14:44:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.