34,333
edits
Changes
→Accessing File Attributes
It is also possible to check the status of a file in terms of read and write access. The ''is_readable()'' and ''is_writable()'' functions take the path to file as an argument and return ''true'' or ''false''. The ''is_link()'' function can similarly be used to identify whether the file is a symbolic link to another file.
== PHP Output Buffering ==