PHP funkce file_exists()

Dostupnost ve verzích: PHP 4.0

Checks whether a file or directory exists

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$filename string není Path to the file or directory.

bool

true if the file or directory specified by filename exists; false otherwise.

This function will return false for symlinks pointing to non-existing files.

This function returns false for files inaccessible due to safe mode restrictions. However these files still can be included if they are located in safe_mode_include_dir.

The check is done using the real UID/GID instead of the effective one.

Další zdroje

Oficiální dokumentace funkce file-exists

AI konzultace & implementace

Pomohu vám zavést AI do vašeho projektu– od analýzy a návrhu řešení až po nasazení do produkce. Ušetřete čas, zjednodušte procesy a získejte konkurenční výhodu.

Domluvit konzultaci
Konzultant: Jan Barášek
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

Newsletter

Nejlepsi tipy a triky o PHP do Vaseho e-mailu. Clanky a novinky nejen ze sveta PHP a programovani.