mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 22:01:07 -04:00
370 B
370 B
title, localeTitle
| title | localeTitle |
|---|---|
| Time | Tempo |
Tempo
A função time() retorna o timestamp unix atual (número de segundos desde o Unix Epoch - 1 de janeiro de 1970 00:00:00 GMT).
Exemplo
<?php
echo time();
Saída:
1511732226