php array map cast to int

48

php array map cast to int -

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

Comments

Submit
0 Comments