(PHP 3, PHP 4 )
reset()は、arrayの 内部ポインタの先頭の要素に戻します。
reset()は、配列の最初の要素の値を返します。
current(), each(), next(), prev()も参照下さい。