[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/ -> captcha.php (summary)

MyBB 1.6 Copyright 2010 MyBB Group, All Rights Reserved Website: http://mybb.com License: http://mybb.com/about/license

File Size: 307 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 global.php

Defines 5 functions

  draw_lines()
  draw_circles()
  draw_dots()
  draw_squares()
  draw_string()

Functions
Functions that are not part of a class:

draw_lines(&$im)   X-Ref
Draws a random number of lines on the image.

param: resource The image.

draw_circles(&$im)   X-Ref
Draws a random number of circles on the image.

param: resource The image.

draw_dots(&$im)   X-Ref
Draws a random number of dots on the image.

param: resource The image.

draw_squares(&$im)   X-Ref
Draws a random number of squares on the image.

param: resource The image.

draw_string(&$im, $string)   X-Ref
Writes text to the image.

param: resource The image.
param: string The string to be written



Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1