summaryrefslogtreecommitdiff
path: root/Examples/FunctionVoid/functionvoid.php
blob: e6fbb67ef0b894903e727ab825b82be68365f3eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/*
 *	functionvoid.php
 * 	@author Jasper van Eck<jasper.vaneck@copernica.com>
 * 
 * 	An example file to show the working of a void function call.
 */

/*
 *	Run the function with the given name. As you can see, the given name 
 * 	can be different from the actual function name.
 */
my_void_function();