Mega Code Archive

 
Categories / Php / Date Time
 

Int time ( void ) gets the current time in epoch format is time( )

<?     print time( );     $CurrentTime = time( );     print $CurrentTime; ?>