PHP3 Manual | ||
---|---|---|
Prev | Next |
is_readable -- tells whether the filename is readable
Returns true if the filename exists and is readable.
Keep in mind that PHP may be accessing the file as the user id that the web server runs as (often 'nobody'). Safe mode limitations are not taken into account.
See also is_writeable().
Prev | Home | Next |
is_link | Up | is_writeable |