"apple", "b"=>"ball", "c"=>"cat", "d"=>"dog"); // Remove and get the last value from array echo array_pop($alphabets) . ""; // Prints: dog print_r($alphabets); ?>