Function Template

From Whirlwind eCommerce Wiki
Revision as of 03:27, 30 September 2008 by Root (Talk | contribs) (New page: == Description == Function() performs a function that does stuff == Syntax == $returnValue = Function(type $attrib1, type $attrib2 [,type $optionalAttrib3]); == Paramaters == *attrib1 ::...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Function() performs a function that does stuff

Syntax

$returnValue = Function(type $attrib1, type $attrib2 [,type $optionalAttrib3]);

Paramaters

  • attrib1
description of attribute 1
  • attrib 2
description of attribute 2
  • attrib 3
description of attribute 3

Return Values

Return var type or false under conditions.

Examples

example 1

example 1 goes here

example 2

example 2 goes here

See Also