summaryrefslogtreecommitdiff
path: root/Examples/DlUnrestricted/dlunrestricted.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/DlUnrestricted/dlunrestricted.php')
-rw-r--r--Examples/DlUnrestricted/dlunrestricted.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/Examples/DlUnrestricted/dlunrestricted.php b/Examples/DlUnrestricted/dlunrestricted.php
new file mode 100644
index 0000000..d057f92
--- /dev/null
+++ b/Examples/DlUnrestricted/dlunrestricted.php
@@ -0,0 +1,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();