PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getTime
request it (410)
GoLang replacement for PHP's IntlCalendar::getTime
[edit | history]
IntlCalendar::getTime(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getTime — Get time currently represented by the object DescriptionObject oriented style
public float IntlCalendar::getTime
( void
)
Procedural style Returns the time associated with this object, expressed as the number of milliseconds since the epoch. Parameters
Return ValuesA float representing the number of milliseconds elapsed since the reference time (1 Jan 1970 00:00:00 UTC). Examples
Example #1 IntlCalendar::getTime()
<?php The above example will output: float(1367362800000) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|