Calendar::getTimestamp
Calendar::getTimestamp() – Returns a timestamp from the current date / time values
Synopsis
require_once 'Calendar.php';
int Calendar::getTimestamp (
)
Описание
Format of timestamp depends on Calendar_Engine implementation being used
Return value
returns timestamp
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.