How in PHP to check for the presence of multiple arrays in the $ row [] element? For example, there is an array of the following description:
$array = [ 'item1' => 'new, ussr', 'item2' => 'new', 'item' => 'old' ]; So, how to get all the elements where the content = 'new, ussr'?