«strpos» etiketlenmiş sorular

14
Bir diziyi strposlarda iğneler olarak kullanma
strposBir dizi ararken iğne dizisi için nasıl kullanılır ? Örneğin: $find_letters = array('a', 'c', 'd'); $string = 'abcdefg'; if(strpos($string, $find_letters) !== false) { echo 'All the letters are found in the string!'; } Çünkü bunu kullanırken işe yaramaz, böyle bir şey olsaydı iyi olurdu
91 php  arrays  strpos 
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.