PHP funkce closedir()
Dostupnost ve verzích: PHP 4.0
Close directory handle
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$dir_handle |
resource |
null | The directory handle resource previously opened with opendir. If the directory handle is not specified, the last link opened by opendir is assumed. |
Návratové hodnoty
void