Skip to content

Instantly share code, notes, and snippets.

@iget-esoares
Created September 26, 2018 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iget-esoares/7b30f4d27607cdb492c66851c02f7a77 to your computer and use it in GitHub Desktop.
Save iget-esoares/7b30f4d27607cdb492c66851c02f7a77 to your computer and use it in GitHub Desktop.
<?php
$myName = "Elias Soares";
$explodedName = explode(' ', $name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment