| | |
| | | }
|
| | | echo "</tr></thead>";
|
| | | foreach ($fistLoginReportArray as $firstYMD => $statYMDInfo) {
|
| | | if ($firstYMD < $startDate) {
|
| | | continue;
|
| | | }
|
| | | echo "<tr class='trc'>";
|
| | | echo "<td align='center' width='70'>" . $firstYMD . "</td>";
|
| | | $firstYMDTime = strtotime($firstYMD);
|
| | |
| | |
|
| | | <table width="100%">
|
| | | <?php
|
| | | echo "<caption>【首充留存】</caption>";
|
| | | echo "<caption>【付费留存】</caption>";
|
| | | echo "<thead><tr>";
|
| | | echo "<th align='center' width='70'>首充日期</th>";
|
| | | foreach ($dayList as $day) {
|
| | |
| | | }
|
| | | echo "</tr></thead>";
|
| | | foreach ($fistPayReportArray as $firstYMD => $statYMDInfo) {
|
| | | if ($firstYMD < $startDate) {
|
| | | continue;
|
| | | }
|
| | | echo "<tr class='trc'>";
|
| | | echo "<td align='center' width='70'>" . $firstYMD . "</td>";
|
| | | $firstYMDTime = strtotime($firstYMD);
|