Function Template

/*
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>
*/

source

Leave a Reply