Mapa tablicy PHP Casting do INT

$integerIDs = array_map('intval', explode(',', $string));
Diezsiete