Function __global->find_known_stats_date_month_bounds
Definitions
sources/stats.php
- Get the month bounds of what dates we have stats data for.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: min month, max month
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the month bounds of what dates we have stats data for.
*
* @return array A pair: min month, max month
*/
function find_known_stats_date_month_bounds() : array
* Get the month bounds of what dates we have stats data for.
*
* @return array A pair: min month, max month
*/
function find_known_stats_date_month_bounds() : array

