ok
Direktori : /home2/selectio/public_html/bharath/a1tex.in/vendor/gregwar/captcha/demo/ |
Current File : /home2/selectio/public_html/bharath/a1tex.in/vendor/gregwar/captcha/demo/fingerprint.php |
<?php require_once __DIR__.'/../vendor/autoload.php'; use Gregwar\Captcha\CaptchaBuilder; echo count(CaptchaBuilder::create() ->build() ->getFingerprint() ); echo "\n";