Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'jack' => '2',
    ...
              'joe' => '1',
              'jim' => '3'
            };
    
  2. or download this
    $VAR1 = {
              'jack' => '2',
              'joe' => '1',
              'jim' => ['3','4']
            };