标签: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的错误日志,把硬盘给搞满了)
标签:strong ar sp on c res type php file
原文地址:http://www.cnblogs.com/Alight/p/3934792.html