Posts by meuFlix • 3 points
1 post
-
0
votes1
answer87
viewsQ: How to return an array and subarray value?
Good afternoon, my question is this:: I own a array of genera. Code below: $generos = array( 'filmes' => array( 1 => 'Ação' ), 'series' => array( 1 => 'Artes Marciais' ), 'animes' =>…