$variabile_e_valore = explode("=", $vars[0]);
echo $variabile_e_valore[0]; //nome
echo $variabile_e_valore[1]; //valore