mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 17:03:30 -05:00
348 B
348 B
title
| title |
|---|
| Time |
Time
The time() function returns the current unix timestamp (number of seconds since the Unix Epoch - January 1 1970 00:00:00 GMT).
Example
<?php
echo time();
Output:
1511732226