Return to Snippet

Revision: 4335
at November 28, 2007 18:54 by engel


Updated Code
/*
Function:	<Function, ex. my_function( $param1, $param2 )>
Description:	<Description of what it does>
Parameters:	<Parameters for function>
Example:	<Show an example of your function in use, ex. my_function( "thisparameter", "newparameter");>
Requirements:	<Anything that your function requires>
Notes:		<Any other comments you have>
Author:		<your name and email/website address>
*/

Revision: 4334
at November 28, 2007 09:33 by engel


Initial Code
/*
Function: <Function, ex. my_function( $param1, $param2 )>
Description: <Description of what it does>
Parameters: <Parameters for function>
Example: <Show an example of your function in use, ex. my_function( "thisparameter", "newparameter");>
Requirements: <Anything that your function requires>
Notes: <Any other comments you have>
Author: <your name and email/website address>
*/

Initial URL


Initial Description
Add this template before functions in a library, in order to give a good description of what it is and what it does. Replace all in < and > with your values.

Initial Title
Function Template

Initial Tags
template, function

Initial Language
PHP