Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save muhtarudinsiregar/9406a939883741fd344226b04ae8f14e to your computer and use it in GitHub Desktop.
Case Study 09
<!-- return array values from array -->
$users = [
'[email protected]' => 'Adimas Lutfi Wicaksono',
'[email protected]' => 'Salman Alfarisi',
'[email protected]' => 'Muhammad Sholeh',
'[email protected]' => 'Yadi Cahyadi',
'[email protected]' => 'Maya Maulani',
];
print_r(array_values($users));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment