Advertisement
Arthur_lima

Untitled

Jul 3rd, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2.  
  3.     $nomes1 = array("Lua", "Arthur", "Luiz", "João");
  4.     $string = implode(", ", $nomes1);
  5.  
  6.     echo $string;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement