今天打开`phpmyadmin`的时候,页面提示:
shell
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 11368864 bytes) in Unknown on line 0 Fatal error: Allowed memory size of 134217728
根据周期转化日期时间
代码如下:
php
public function getWeekDate($year,$weeknum){
$firstdayofyear=mktime(0,0,0,1,1,$year);
$firstweekday=date('N',$firstdayofyear);
$firstweenum=date('W