file_put_contents($filename, $data);
file_put_contents($fn, $data, [, FILE_APPEND ]);
file_get_contents($filename);
file_get_contents($url);
unlink($filename);
scandir($directory);
mkdir($path, $perms);
rmdir($path);
rename($oldname, $newname);
copy($source, $destination);
file_exists($path);
is_file($path);
is_dir($path);
filesize($path); // Gets file size in bytes
filemtime($path); // Last modified time
fileowner($path); // Gets owner of file
mime_content_type($path); // Gets file MIME type