Visit the Official PHP Website

Search this Site

PHP Programming

By James N Hitz

Other File Management Functions - What They do

From our previous list of file management functions we have already discussed the following:

fopen()
flcose()
fread()
fwrite()
filesize()

Yet to be covered are:

unlink()
rename()
copy()
rewind()
file()
file_exists()
is_dir()
is_file()
is_writable()

We briefly check each one of them out.

<< Writing to Files | Functions Explained >>

JamHitz Productions