码迷,mamicode.com
首页 > Web开发 > 详细

php编程中容易忽略的地方

时间:2014-08-25 14:43:04      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:strong   ar   sp   on   c   res   type   php   file   

一:fopen ( string $filename , string $mode [, bool $use_include_path = false [, resource $context ]] )

注意一:如果$filename不存在,会返回false,并产生一条notice错误日志,一定要记得用 @ 把notice 给屏蔽掉(有次跑个脚本,因为没屏蔽这个notice,而产生了好几百G的错误日志,把硬盘给搞满了)

 

php编程中容易忽略的地方

标签:strong   ar   sp   on   c   res   type   php   file   

原文地址:http://www.cnblogs.com/Alight/p/3934792.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!