Created
April 7, 2017 06:41
-
-
Save muhtarudinsiregar/783faa175b8279b6b62ea1ece020e59f to your computer and use it in GitHub Desktop.
Case Study 02
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
| $users = ['Asep Dadang Supriadi', 'Akmal Fuady', 'Yandi Fitriyanto']; | |
| $users_new = ['Ricky Andika Putra', 'Ramadani']; | |
| $result = array_merge($users_new, $users); | |
| print_r($result); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment