Source Code:
(back to article)
<?php $timestamp = gmmktime(12, 30, 0, 3, 3, 2023); echo $timestamp;
Result:
Report an issue