Get the next auto_increment id of a table.
dbnextid( string $table ) : int
$table (string) (Required) Database table.
(int)
echo dbnextid(DB_TABLE);