<?php $a = ['6', '12', '11']; $b = array_map(function ($i) { return (int)$i; }, $a); var_dump($b);
You have javascript disabled. You will not be able to edit any code.