Advertisement
ozh

array

ozh
Feb 22nd, 2011
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. $things = array(
  2.     'pizza' => array(
  3.         'comment' => 'i like'
  4.     ),
  5.     'nacin' => array(
  6.         'comment' => 'i blame'
  7.     )
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement