RecursiveDirectoryIterator::key

(PHP 5, PHP 7, PHP 8)

RecursiveDirectoryIterator::keyReturn path and filename of current dir entry

Descrizione

public RecursiveDirectoryIterator::key(): string
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The path and filename of the current dir entry.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top