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

search for in the

Directory::close> <Vordefinierte Konstanten
[edit] Last updated: Fri, 17 May 2013

view this page in

Die Directory-Klasse

(No version information available, might only be in SVN)

Einführung

Instanzen von Directory werden mithilfe der dir() Funktion, und nicht mit dem new Operator erstellt.

Klassenbeschreibung

Directory {
/* Eigenschaften */
public string $path ;
public resource $handle ;
/* Methoden */
public void close ([ resource $dir_handle ] )
public string read ([ resource $dir_handle ] )
public void rewind ([ resource $dir_handle ] )
}

Eigenschaften

path

Das Verzeichnis, das geöffnet wurde.

handle

Kann zusammen mit anderen Funktionen wie zum Beispiel readdir(), rewinddir() und closedir() benutzt werden.

Inhaltsverzeichnis



add a note add a note User Contributed Notes Verzeichnisse - [0 notes]
There are no user contributed notes for this page.

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