Changes

Jump to: navigation, search

PHP, Filesystems and File I/O

355 bytes added, 17:30, 5 June 2007
Accessing File Attributes
?>
</pre>
 
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