读取文件内容并写入变量$contents: 将变量$contents的内容写入文件: 当然,我们也可以使用file_get_contents和file_put_contents来读写文件。