diff --git a/example.php b/example.php new file mode 100644 index 0000000..56fe122 --- /dev/null +++ b/example.php @@ -0,0 +1,16 @@ +Geräte'; +print_r($Fonial->deviceGet()); + + +echo '

Nummern

'; +print_r($Fonial->numbersGet()); + + +echo '

Einzelverbindungsnachweises

'; +print_r($Fonial->evnGet( date('Y-m-d h:i:s',time()-(60*60*24*5)), date('Y-m-d h:i:s')) );