There is an string like
1,36,42,43,45,69,Standard,Executive,Premium
I want to convert it in array but need only numeric values as
Array
(
[0] => 1
[1] => 36
[2] => 42
[3] => 43
[4] => 45
[5] => 69
)
Not all string value in array.
array_filter