update : 2015.11.03
php.shukuma.com검색:
|
SplFileObject::rewind(PHP 5 >= 5.1.0) SplFileObject::rewind — Rewind the file to the first line 설명
public void SplFileObject::rewind
( void
)
Rewinds the file back to the first line. 인수이 함수는 인수가 없습니다. 반환값값을 반환하지 않습니다. 오류/예외Throws a RuntimeException if cannot be rewound. 예제
Example #1 SplFileObject::rewind() example
<?php 참고
|