摘要:
<?phpini_set('memory_limit', '512M');$content = file('D:\xampp\htdocs\test\mail.log');$newArr = array();$mon = date('M') . ' ' . date('d',strtotime("-1 day"));foreach ($content as $key => $val){ $nk = substr($val,0,6); if (strpos($mon,$ 阅读全文
posted @ 2013-02-20 14:31
赵治鲁
阅读(707)
评论(0)
推荐(0)
浙公网安备 33010602011771号