Created
September 13, 2017 14:18
-
-
Save FrankFlow/74dde60b07b0b2db26121b02ced53d4f to your computer and use it in GitHub Desktop.
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
| <?php | |
| $hosts = [ | |
| ['name' => 'Francesco Lettera', 'location' => 'Italy', 'is_active' => 0], | |
| ['name' => 'Mario Rossi', 'location' => 'Italy', 'is_active' => 0], | |
| ['name' => 'Giuseppe Giacobini', 'location' => 'Italy', 'is_active' => 1] | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment