<?php $category_id = '17,18,20,21,22';$cat_ids = array_map('intval', explode(',',$category_id)); var_dump($cat_ids);
Standard input is empty
array(5) { [0]=> int(17) [1]=> int(18) [2]=> int(20) [3]=> int(21) [4]=> int(22) }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!