File manager - Edit - /home/missmand/public_html/vendor/gregwar/captcha/CaptchaBuilderInterface.php
Back
<?php namespace Gregwar\Captcha; /** * A Captcha builder */ interface CaptchaBuilderInterface { /** * Builds the code */ public function build($width, $height, $font, $fingerprint); /** * Saves the code to a file */ public function save($filename, $quality); /** * Gets the image contents */ public function get($quality); /** * Outputs the image */ public function output($quality); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings