summaryrefslogtreecommitdiff
path: root/www/functions/func_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_interface.php')
-rw-r--r--www/functions/func_interface.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/functions/func_interface.php b/www/functions/func_interface.php
new file mode 100644
index 0000000..0116fe6
--- /dev/null
+++ b/www/functions/func_interface.php
@@ -0,0 +1,5 @@
+<?
+
+function show($content){
+ var_dump($content);
+}