['2nd'],
'c' => ['3th']
];
and I want do:
if(in_array('1st', $a['main'][any])){
I want get 'any' value too
}
how can I do?
.
https://stackoverflow.com/questions/4128323/ https://stackoverflow.com/questions/38054669/
Обсуждают сегодня