codice:
$stringa2 = "ciao papā guarda come sono diventato furbo e bello"; 
$pippo = explode(' ', $stringa2);
echo array_pop($pippo);