Home
last modified time | relevance | path

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

/webtrees/app/Services/
H A DMediaFileService.php42 use function array_intersect; alias
404 return array_intersect(self::IGNORE_FOLDERS, explode('/', $path)) !== [];
/webtrees/app/Module/
H A DLifespansChartModule.php41 use function array_intersect; alias
188 $xrefs = array_intersect($date_xrefs, $place_xrefs);
/webtrees/app/
H A DSoundex.php623 return array_intersect(explode(':', $soundex1), explode(':', $soundex2)) !== [];