Join Up!
104887 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousis_linkis_uploaded_filenext
Last updated: Sun, 27 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Finnish | German | Spanish

is_readable

(PHP 3, PHP 4 )

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().

User Contributed Notes
is_readable
add a note about notes
There are no user contributed notes for this page.
previousis_linkis_uploaded_filenext
Last updated: Sun, 27 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST