5 lines
121 B
PHP

<?php
define('DAY_OF_WEEKS', array(
'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday'
));