woss

Associative array

Oct 29th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. array (
  4.  
  5.     "application" => array(
  6.  
  7.         "details" => array(
  8.  
  9.             "name"    => "My Application",
  10.             "version" => "1.0.0",
  11.  
  12.         ),
  13.  
  14.     ),
  15.  
  16. );
  17.  
Advertisement
Add Comment
Please, Sign In to add comment