This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
midas
/
doxen
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f11d3f852d
Rami (Branch)
Tag
master
doxen
/
libs
/
Time.inc
Time.inc
66 B
Cronologia
Originale
1
2
3
4
5
6
<?php
class Time {
public function now() {
return time();
}
}