I have a variable that has the rice value, shortly after receiving the rice value, it receives the value beans . How do I call the function's past value? Here is an example below:
$arroz = "arroz";
echo $arroz; = arroz
$arroz = "feijao";
echo $arroz; = feijao
echo $arroz-valor-passado = "arroz";