Skip to content

Instantly share code, notes, and snippets.

@muhtarudinsiregar
Created April 7, 2017 07:58
Show Gist options
  • Select an option

  • Save muhtarudinsiregar/bb9a1f001ab3ee394f37b556aeda4d52 to your computer and use it in GitHub Desktop.

Select an option

Save muhtarudinsiregar/bb9a1f001ab3ee394f37b556aeda4d52 to your computer and use it in GitHub Desktop.
Case Study 10
<!-- 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