Advertisement
Arthur_lima

Untitled

Jul 1st, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3.     $pessoa = array("nome" => "Arthur", "idade" => 20, "altura" => 1.75);
  4.     echo $pessoa["nome"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement