Visit the Official PHP Website |
PHP ProgrammingBy James N HitzOther File Management Functions - What They doFrom 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. |
JamHitz Productions