- Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
- array (
0 =>
array (
'country' => 'Argentina',
'state' => 'Corrientes',
'city' => 'Corrientes',
'name' => 'Jorge',
'address' => 'Avenida Avellaneda 12',
'gender' => 'Masculino',
'status' => 'Activo',
),
1 =>
array (
'country' => 'Argentina',
'state' => 'Chaco',
'city' => 'Resistencia',
'name' => 'Mariano',
'address' => 'Avenida Peron 12',
'gender' => 'Masculino',
'status' => 'Activo',
),
)