|
Checkdate |
Vérifie la cohérence d'une date |
|
|
int checkdate( int month, int day, int year )
|
|
date |
Retourne une chaîne contenant une date mise en forme |
|
|
string date( string format, int [ timestamp ] )
|
|
getdate |
Décompose un timestamp en année, mois, jour, minutes, etc... |
|
|
array getdate( int timestamp )
|
|
gettimeofday |
Retourne les résultat de l'appel système gettimeofday |
|
|
array gettimeofday( void )
|
|
gmdate |
Retourne une chaîne contenant une date GMT mise en forme |
|
|
string gmdate( string format, int timestamp )
|
|
gmmktime |
Retourne le timestamp correspondant à une date GMT |
|
|
int gmmktime( int hour, int minute, int second, int month, int day, int year, int [ is_dst ] )
|
|
gmstrftime |
Formatte une date GMT en utilisant les paramètres locaux |
|
|
string gmstrftime( string format, int timestamp )
|
|
microtime |
Retourne le timestamp Unix accompagné de sa partie fractionnaire en microsecondes |
|
|
string microtime( void )
|
|
mktime |
Retourne le timestamp correspondant à une date |
|
|
int mktime( int hour, int minute, int second, int month, int day, int year, int [ is_dst ] )
|
|
strftime |
Formatte une date en utilisant les paramètres locaux |
|
|
string strftime( string format, int timestamp )
|
|
time |
Retourne le timestamp Unix |
|
|
int time( void )
|