Blogger Information
Blog 21
fans 0
comment 0
visits 21116
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php 文件系统
星辰大海
Original
534 people have browsed it

php中用到文件主要是一些函数:

file_put_contents($filename, $data, $flag)   写入文件(追加$flag=FILE_APPEND)

file_get_contents($filename)  读取文件

file_exists($filename)  判断文件or目录是否存在

mkdir($path, 0777, true)  创建目录


*php中在函数前jia@,可以在遇到错误时在页面上提示Warning。


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post