|
|
preg_match("/<td colspan=\"3\">(.*)<\/td>/", $temp1, $ji);
|
|
preg_match("/<td colspan=\"3\">(.*)<\/td>/", $temp1, $ji);
|
|
|
preg_match("/<td class=\"\">(.*)<\/td>/", $temp1, $yl);
|
|
preg_match("/<td class=\"\">(.*)<\/td>/", $temp1, $yl);
|
|
|
return message(MESSAGE_OK, true, ['content'=> $content, 'result'=> $temp,'hl'=> $temp1,'date'=> date('m月d日'),'yl'=> $yl,'yl_day'=> mb_substr($yl, -2, 2,'utf-8'),'yi'=> $yi,'ji'=> $ji]);
|
|
return message(MESSAGE_OK, true, ['content'=> $content, 'result'=> $temp,'hl'=> $temp1,'date'=> date('m月d日'),'yl'=> $yl,'yl_day'=> mb_substr($yl, -2, 2,'utf-8'),'yi'=> $yi,'ji'=> $ji]);
|