Advertisement
gilsonfilho

Untitled

Jun 26th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2. $frase = "Meu nome não é Gabriel";
  3. $array = explode(" ", $frase);
  4. print_r($array);
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement