Description

int getTimestamp(int $year = null, int $month = null, int $day = null, int $hour = null, int $minute = null, int $second = null)

Returns a timestamp based on mask & optional fields.

Parameters

int $year = null
The year to use.
int $month = null
The month to use.
int $day = null
The day to use.
int $hour = null
The hour to use.
int $minute = null
The minutes to use.
int $second = null
The seconds to use.

Return values

int

Comment