Answers for "cast int all element in array php"

PHP
2

php array map cast to int

$integerIDs = array_map('intval', explode(',', $string));
Posted by: Guest on September-15-2020

Browse Popular Code Answers by Language