Добавлены профессиональными переводчиками и компаниями и на основе веб-страниц и открытых баз переводов.
Şekil 11: ofis temelli pratisyen hekimler (ph’ler) tarafından sağlanan opioid ikame tedavisi
graphique/carte 11 — traitements de substitution aux opiacés fournis par des médecins généralistes permanents
?php $a = array( array('p', 'h'), array('p', 'r'), 'o'); if (in_array(array ('p', 'h'), $a)) echo "'ph 'is found\n"; if (in_array(array ('f', 'i'), $a)) echo "'fi' is not found\n"; if (in_array('o', $a)) echo "'o 'is found\n";? / / this will output: 'ph' is found 'o 'is found
voir aussi array_search().