If i have array like that
array [
y => 35
x => 51
z => 35
c_3 => 4
c_1 => 54
c_6 => 53
c_9 => 52
]
i want to get array of
array [c_3=>4, c_1=>54, c_6=>53, c_9=>52]
without unrest the unwanted fields