More Logbook PHP

This commit is contained in:
2022-09-29 00:33:29 +02:00
parent afd63f92ad
commit bbb0c220e1
4 changed files with 83 additions and 26 deletions
+5 -1
View File
@@ -3,5 +3,9 @@
require "Logbook.php";
$r = new \germanairlinesva\file\logbook\Logbook("/mnt/f/X-Plane 11/Resources/plugins/GAConnector/");
echo "Object\n";
print_r($r);
print_r($r->to_json_string());
echo "\nJSON\n";
print_r($r->to_json());
echo "\n\nJSON Fliht 0\n";
print_r($r->get_flight_json(0));