|
streamWrapper::dir_readdirRead entry from directory handle Beschreibung
public string streamWrapper::dir_readdir
( void
)
This method is called in response to readdir. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Should return string representing the next filename, or
Fehler/ExceptionsWirft
Beispiele
Beispiel #1 Listing files from tar archives
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(13) "construct.xml" string(16) "dir-closedir.xml" string(15) "dir-opendir.xml" string(15) "dir-readdir.xml" string(17) "dir-rewinddir.xml" string(9) "mkdir.xml" string(10) "rename.xml" string(9) "rmdir.xml" string(15) "stream-cast.xml" string(16) "stream-close.xml" string(14) "stream-eof.xml" string(16) "stream-flush.xml" string(15) "stream-lock.xml" string(15) "stream-open.xml" string(15) "stream-read.xml" string(15) "stream-seek.xml" string(21) "stream-set-option.xml" string(15) "stream-stat.xml" string(15) "stream-tell.xml" string(16) "stream-write.xml" string(10) "unlink.xml" string(12) "url-stat.xml" Rewinding.. string(13) "construct.xml" Siehe auch
|