summaryrefslogtreecommitdiff
path: root/Examples/DlUnrestricted/dlunrestricted.php
blob: d057f92b76cd856685a6caa691c7f15ea776b73f (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();