PHP Manual

PHP funkce scandir()

11. 09. 2019

Obsah článku

Dostupnost ve verzích: `PHP 5.0`

List files and directories inside the specified path

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$directory string není The directory that will be scanned.
$sorting_order int null, By default, the sorted order is alphabetical in ascending order. If the optional sorting_order is set to non-zero, then the sort order is alphabetical in descending order.
$context resource null For a description of the context parameter, refer to the streams section of the manual.

Návratové hodnoty

array

an array of filenames on success, or false on failure. If directory is not a directory, then boolean false is returned, and an error of level E_WARNING is generated.

Další zdroje

Oficiální dokumentace funkce scandir

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

Potřebujete poradit s PHP?

Nabízím trénink vývojářů, konzultace, školení a analýzu návrhových vzorů. Osobně v Praze nebo online.

Napište mi, pokud si nevíte rady.

Lektor: Jan Barášek

V jiných jazycích

1.
Status:
All systems normal.
2024