File Handling
摘要
PHP includes built-in functions to work with the filing system. This includes functions to read directories and to read and write files. Although typically these files are text files, PHP can work with any binary file. Some binary files, such as image files, can be manipulated by other PHP functions, while others will need additional coding or libraries of code.