Public Member Functions | |
__construct (string|integer $timestamp) | |
__toString () | |
Class for create an object of the timestamp type
SequoiaTimestamp::__construct | ( | string|integer | $timestamp | ) |
Constructor.
$timestamp | is timestamp string |
timestamp format
default parameter, current timestamp. ( Available/Support on 2.10 or newer version. )
string format(millisecond). ( Available/Support on 2.10 or newer version. )
integer(millisecond). ( Available/Support on 2.10 or newer version. )
integer(millisecond) and integer(increase). ( Available/Support on 3.0.1 or newer version. )
SequoiaTimestamp::__toString | ( | ) |
PHP Magic Methods, the class as string output.