print data

This commit is contained in:
3x0k1d 2025-05-05 08:01:51 +03:00
parent ed95dad4b0
commit 2408a6d9e0

View File

@ -27,5 +27,5 @@ $db = dbase_open($dbPath, 0)
or die("Error! Unable to open database file '$dbPath'."); or die("Error! Unable to open database file '$dbPath'.");
$column_info = dbase_get_header_info($dbh); $column_info = dbase_get_header_info($dbh);
echo ($column_info); var_export($column_info);
dbase_close($db); dbase_close($db);