Advertisement
Guest User

Untitled

a guest
Sep 18th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. Array
  2. (
  3.     [0] => Array
  4.         (
  5.             [tipo] => Ato002
  6.             [ano] => 1980
  7.         )
  8.  
  9.     [1] => Array
  10.         (
  11.             [tipo] => Ato013
  12.             [ano] => 1981
  13.         )
  14.  
  15.     [2] => Array
  16.         (
  17.             [tipo] => Ato001
  18.             [ano] => 1981
  19.         )
  20.  
  21.     [3] => Array
  22.         (
  23.             [tipo] => Ato004
  24.             [ano] => 1982
  25.         )
  26.  
  27.     [4] => Array
  28.         (
  29.             [tipo] => Ato003
  30.             [ano] => 1982
  31.         )
  32.  
  33.     [5] => Array
  34.         (
  35.             [tipo] => Ato003
  36.             [ano] => 1983
  37.         )
  38.  
  39. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement