peta array php cast to int

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