"apple", "b"=>"ball", "c"=>"cat", "d"=>"dog"); // Slicing the alphabets array $result = array_slice($alphabets, 1, 2); print_r($result); ?>