Skip to content

Instantly share code, notes, and snippets.

@kraizt
Created April 7, 2017 07:59
Show Gist options
  • Save kraizt/e3d1e52f050c52f59b84a1a2b2f68e29 to your computer and use it in GitHub Desktop.
Save kraizt/e3d1e52f050c52f59b84a1a2b2f68e29 to your computer and use it in GitHub Desktop.
<?php
$names = ['Adimas Lutfi Wicaksono', 'Salman Alfarisi', 'Adimas Lutfi Wicaksono', 'Muhammad Sholeh', 'Yadi Cahyadi', 'Maya Maulani', 'Maya Maulani'];
$name = array_unique($names);
print_r($name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment