Advertisement
Arthur_lima

Untitled

Jul 3rd, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.  
  3.     $nomes = array("Primo"=>"Arthur", "Vizinha"=>"Ana", "Pai"=>"João", "Mãe"=>"Maria");
  4.  
  5.     $values = array_values($nomes);
  6.     print_r($values);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement