さわだです。 先のメール、一部訂正させてください。(どうでもいいことなんですが) 変数名間違ってました。 誤 > <?php > $x[0] = 0; > > print current($x) . "\n"; > print next($y) . "\n"; > print (current($y) === FALSE ? 1 : 0) . "\n"; > ?> 正 <?php $x[0] = 0; print current($x) . "\n"; print next($x) . "\n"; print (current($x) === FALSE ? 1 : 0) . "\n"; ?> 無駄なトラフィック申し訳ないです。 -- Shu Sawada http://luna.lunanet.gr.jp/