downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Directory::close> <定義済み定数
[edit] Last updated: Fri, 25 May 2012

view this page in

Directory クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

Directory クラスのインスタンスを作るには dir() 関数を使います。new 演算子は使いません。

クラス概要

Directory {
/* プロパティ */
public string $path ;
public resource $handle ;
/* メソッド */
public void close ([ resource $dir_handle ] )
public string read ([ resource $dir_handle ] )
public void rewind ([ resource $dir_handle ] )
}

プロパティ

path

オープンされたディレクトリ。

handle

readdir()rewinddir()closedir() などのディレクトリ関数で使います。

目次



add a note add a note User Contributed Notes Directory
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites