<?php $array = [['name'=>'Charging'],['name'=>'Delta'],['name'=>'Baby']]; if(in_array('Charging',array_column($array, 'name'))){ echo "found"; }else{ echo "not-found"; }
You have javascript disabled. You will not be able to edit any code.