<iFUNCTION
Usage |
ALIAS="function name"
[FILE="filename the function is located in"] ( ) > This is used to define a particular function. ALIAS is the name of the function. Functions do not have to be defined in the file in which they are called. Use the FILE directive to specify the location of the actual function body. |