弄不明白的function里的while
<br /> function wuMing(){<br /> global $mysqli;<br /> $x="select * from x";<br /> $xun=$mysqli->query($x);<br /> $i=0;<br /> while($x=$xun->fetch_assoc()){<br /> echo $a=$x['Name'],$i++.'<hr>';<br /> wuMingShengCheng($a);<br /> }<br /> }<br />