function match($reg,$info){ preg_match_all("/$reg/iUs",$info, $temp); return $temp[1];}请问一下 其中的 /$reg 和 /iUs代表什么意思