Categories

Updated: 11/28/2006

File manipulation (Part 1)

In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.You can test for the existence of a file with the file_exists() function.file_exists() takes one element, which is a string representing an absolute or relative path to a file that might or might not be there.
©2019 A--9.com