diff --git a/examples/export.php b/examples/export.php new file mode 100644 index 0000000..a75834c --- /dev/null +++ b/examples/export.php @@ -0,0 +1,5 @@ + export($testkey); +print_r($result); +?> diff --git a/examples/import.php b/examples/import.php new file mode 100644 index 0000000..6675792 --- /dev/null +++ b/examples/import.php @@ -0,0 +1,30 @@ + import($testkey); +print_r($result); +?>