Changes

Jump to: navigation, search

PHP, Filesystems and File I/O

2 bytes removed, 17:40, 5 June 2007
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 ==

Navigation menu