Home
last modified time | relevance | path

Searched refs:soundex2 (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/
H A DSoundex.php616 * @param string $soundex2
620 public static function compare(string $soundex1, string $soundex2): bool argument
622 if ($soundex1 !== '' && $soundex2 !== '') {
623 return array_intersect(explode(':', $soundex1), explode(':', $soundex2)) !== [];