Created
April 7, 2017 07:58
-
-
Save muhtarudinsiregar/bb9a1f001ab3ee394f37b556aeda4d52 to your computer and use it in GitHub Desktop.
Case Study 10
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
| <!-- return unique values from array --> | |
| $names = [ | |
| 'Adimas Lutfi Wicaksono', 'Salman Alfarisi', 'Adimas Lutfi Wicaksono', | |
| 'Muhammad Sholeh', 'Yadi Cahyadi', 'Maya Maulani', 'Maya Maulani' | |
| ]; | |
| print_r(array_unique($names)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment