Procedural File: captcha.php
Source Location: /captcha.php
Page Details:
Tags:
Includes:
NO_ONLINE [line 13]
draw_circles [line 150]
void draw_circles(
resource &$im)
|
|
Draws a random number of circles on the image.
Parameters
draw_dots [line 171]
void draw_dots(
resource &$im)
|
|
Draws a random number of dots on the image.
Parameters
draw_lines [line 129]
void draw_lines(
resource &$im)
|
|
Draws a random number of lines on the image.
Parameters
draw_squares [line 188]
void draw_squares(
resource &$im)
|
|
Draws a random number of squares on the image.
Parameters
draw_string [line 211]
void draw_string(
resource &$im, string $string)
|
|
Writes text to the image.
Parameters
| resource |
&$im |
The image. |
| string |
$string |
The string to be written |
gd_version [line 316]
Obtain the version of GD installed.
Tags:
|