Skip to content

Instantly share code, notes, and snippets.

@platoosom
Last active January 14, 2016 03:17
Show Gist options
  • Save platoosom/f511a1ca53286f0fe47c to your computer and use it in GitHub Desktop.
Save platoosom/f511a1ca53286f0fe47c to your computer and use it in GitHub Desktop.
<?php
$fruits = array();
$fruits[1] = '1. Mango';
$fruits[1.1] = '1.1 Durien';
$fruits[2] = '2. Orange';
$fruits[2.1] = '2.1 Melon';
var_dump($fruits);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment