Intendo questo:

$anno = substr($data,0,4);
$mese = substr($data,5,2);
$giorno = substr($data,8,2);