<?php $string = 'Hello hello, people at Stackoverflow'; $array = ['hello', 'people']; //var_export(str_word_count(strtolower($string), 1)); var_export( $array === array_intersect($array, str_word_count(strtolower($string), 1)) );
You have javascript disabled. You will not be able to edit any code.