wishthis/includes/functions/getCurrentSeason.php
2021-11-15 12:47:58 +01:00

12 lines
131 B
PHP

<?php
/**
* getCurrentSeason
*
* Returns the current season
*/
function getCurrentSeason(): string
{
var_dump(date());
}