Warning: file_put_contents(): Only -1 of 50 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
is_readable Manuál PHP Předcházející Další (PHP 3, 4, 5) is_readable --  Zjistí, zda lze ze souboru číst Popis bool ( string filename ) Vrací TRUE , když soubor existuje ...
Forum und email
is_readable

is_readable

(PHP 3, PHP 4, PHP 5)

is_readable --  Zjistí, zda lze ze souboru číst

Popis

bool is_readable ( string filename )

Vrací TRUE, když soubor existuje a lze z něj číst.

Mějte na paměti, že PHP může přistupovat k souboru s právy, kterými disponuje WWW server (obvykle 'nobody'). Omezení bezpečného režimu (safe mode limitations) are not taken into account.

Výsledek této funkce je cachován. Více detailů - viz clearstatcache().

Viz také is_writable().