[PHP-users 28823] Re: 配列処理について

GUSTAV beatle @ nava21.ne.jp
2006年 3月 26日 (日) 03:02:37 JST


GUSTAV です。

間違えました(^_^;)

> while(list($key, $value) = each($x))
> {
> 	print(current($x))."\n";
> }

ではなく

while(list($key, $value) = each($x))
{
	print($value)."\n";
}

ですね。

すみませんですm(__)m



PHP-users メーリングリストの案内