array(3) { [0]=> array(6) { ["id"]=> int(9) ["name"]=> string(8) "John Doe" ["email"]=> string(17) "john2@example.com" ["age"]=> int(888) ["status"]=> string(6) "active" ["created_at"]=> string(19) "2026-02-26 10:38:47" } [1]=> array(6) { ["id"]=> int(8) ["name"]=> string(8) "John Doe" ["email"]=> string(17) "john1@example.com" ["age"]=> int(25) ["status"]=> string(6) "active" ["created_at"]=> string(19) "2026-02-26 10:38:01" } [2]=> array(6) { ["id"]=> int(1) ["name"]=> string(8) "John Doe" ["email"]=> string(16) "john@example.com" ["age"]=> int(25) ["status"]=> string(6) "active" ["created_at"]=> string(19) "2026-02-26 10:33:00" } } int(3) int(0)