PHP学习笔记之php文件操作 一、fstat函数:显示文件的所有信息$file_path="test.php";if($fp=fopen($file_path,"a+")){$file_info=fstat($fp php文件操作