[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/ -> captcha.php (summary)

MyBB 1.8 Copyright 2014 MyBB Group, All Rights Reserved Website: http://www.mybb.com License: http://www.mybb.com/about/license

File Size: 311 lines (8 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 $im The image.

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

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

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

draw_string(&$im, $string)   X-Ref
Writes text to the image.
return: bool False if string is empty, true otherwise
param: resource $im The image.
param: string $string The string to be written



2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref