update : 2015.11.03
php.shukuma.com검색:
|
DirectoryIterator::seek(PHP 5 >= 5.3.0) DirectoryIterator::seek — Seek to a DirectoryIterator item 설명
public
void
DirectoryIterator::seek
( int
$position
)Seek to a given position in the DirectoryIterator. 인수
반환값값을 반환하지 않습니다. 예제
Example #1 DirectoryIterator::seek() example Seek to the fourth item in the directory containing the script. The first two are usually . and ..
<?php 참고
|