PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<? $products = ['option', 'pack', 'servicePlan', 'wheels', 'trim']; $array = ['option' => '111;2']; function hasSecondaryProducts ($array) { foreach ($products as $type) { echo $type; if (array_key_exists($type, $array)) { return 'tes'; } } return 'noi'; } foreach ($products as $type) { echo $type; }
Show:  
Copy Clear