错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

File Handling

  • Mark Simon

摘要

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.