Searched refs:soundex2 (Results 1 – 1 of 1) sorted by relevance
616 * @param string $soundex2620 public static function compare(string $soundex1, string $soundex2): bool argument622 if ($soundex1 !== '' && $soundex2 !== '') {623 return array_intersect(explode(':', $soundex1), explode(':', $soundex2)) !== [];