Created
April 7, 2017 07:55
-
-
Save muhtarudinsiregar/9406a939883741fd344226b04ae8f14e to your computer and use it in GitHub Desktop.
Case Study 09
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 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