>>476 逆
$str = str_split($str);
$array = implode('', $array);
foreach ($str as $char)
 if (strpos($array, $char) !== false)
  return $char;