HH\server_process_start_time

Returns the timestamp when the http server process was started

namespace HH;

function server_process_start_time(): int;

Returns

  • int - - number of seconds since epoch when process started. 0 if server is not started.