WEB开发网
开发学院WEB开发PHP php file_put_contents()函数 阅读

php file_put_contents()函数

 2012-07-16 22:05:48 来源:WEB开发网   
核心提示:Tips and Notes注意点Note: Use FILE_APPEND to avoid deleting the existing content of the file.注意:使用FILE_APPEND避免删除文件的现存内容。Example案例

Tips and Notes
注意点

Note: Use FILE_APPEND to avoid deleting the existing content of the file.
注意:使用FILE_APPEND避免删除文件的现存内容。


Example
案例
<?phpecho file_put_contents("test.txt","Hello World. Testing!");?>

The output of the code above will be:
上述代码将输出下面的结果:

21

上一页  1 2 

Tags:php file put

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接