Help for this page

Select Code to Download


  1. or download this
    $test = (
    test1 => '1',
    test2 => '2',
    test3 => '3');
    
  2. or download this
    $test = {
    test1 => '1',
    test2 => '2',
    test3 => '3'};