Skip to content

Instantly share code, notes, and snippets.

@FrankFlow
Created September 13, 2017 14:18
Show Gist options
  • Select an option

  • Save FrankFlow/74dde60b07b0b2db26121b02ced53d4f to your computer and use it in GitHub Desktop.

Select an option

Save FrankFlow/74dde60b07b0b2db26121b02ced53d4f to your computer and use it in GitHub Desktop.
<?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