'1', 'two' => '2']; echo $arr['one']; // 1 echo '
'; // Перевод строки echo $arr['two']; // 2