PHP Doku:: Open directory handle - streamwrapper.dir-opendir.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStreamsThe streamWrapper classstreamWrapper::dir_opendir

Ein Service von Reinhard Neidl - Webprogrammierung.

The streamWrapper class

<<streamWrapper::dir_closedir

streamWrapper::dir_readdir>>

streamWrapper::dir_opendir

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::dir_opendirOpen directory handle

Beschreibung

public bool streamWrapper::dir_opendir ( string $path , int $options )

This method is called in response to opendir().

Parameter-Liste

path

Specifies the URL that was passed to opendir().

Hinweis:

The URL can be broken apart with parse_url().

options

Whether or not to enforce safe_mode (0x04).

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)