How does php output the following array?

Array ([0] = > Array ([COUNT (1)] = > 81))

Php
Mar.16,2021

you found the data in mysql, right? sql query uses COUNT (1) as amount


print_r ()?


this feels like an array transformed after mysql query

.
Menu