Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
file_exists
Popis
bool file_exists ( string filename )
Vracà TRUE, pokud soubor specifikovaný pomocÃ
filename
existuje, jinak FALSE.
file_exists() nefunguje na vzdálených souborech; soubor k ověřenà musà být pÅ™Ãstupný prostÅ™ednictvÃm filesystému serveru.
Výsledek této funkce je cachován. VÃce informacà - viz clearstatcache().