foreach($verilerim as $herBiri) {
    if($herBiri['B'] == $_GET['gelenIstek']) {
        $sonuc = $herBiri;
        break;
    }
}
print_r($sonuc);