Created
April 7, 2017 07:59
-
-
Save kraizt/e3d1e52f050c52f59b84a1a2b2f68e29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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