Copy CodeThe code is as follows:
Public Function Captcha () {
$font _dir = $_server ["Document_root"]. "Your_ttf_file.ttf"; Font Library
$img _w = 58; Set Picture width
$img _h = 20; Set Picture height
$font _size = 11; Font size
$angle _l =-10; Left angle
$angle _r = 10; Right angle
$code _str = "ABCDEFGHJKLMNPQRSTUVWXYZ36";
$word _len = 4; Verify number of code bits
$padding = 5; intervals between two words
$margin = 2; Left margin
$base _line = 15; Text Baseline position
$base _line_offset = 2; Baseline offset
$pixel _num = 3; Number of miscellaneous points base
$pixel _color= 8; The clutter is only $pixel _color color total number of $pixel_num* $pixel _color
$noise _font_size = 1; Clutter Font Size
$session _key= "My.xoyo_captcha"; Custom session key Name
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.