Documentation

TimeProviderInterface

TimeProviderInterface provides functionality to get the time from a specific type of time provider

Table of Contents

currentTime()  : array<string|int, int>
Returns a timestamp array

Methods

currentTime()

Returns a timestamp array

public currentTime() : array<string|int, int>
Return values
array<string|int, int>

Array guaranteed to contain sec and usec components of a timestamp

Search results