wishthis/includes/functions/getCurrentSeason.php

13 lines
131 B
PHP
Raw Normal View History

2021-11-15 11:47:58 +00:00
<?php
/**
* getCurrentSeason
*
* Returns the current season
*/
function getCurrentSeason(): string
{
var_dump(date());
}