PHP Manual

PHP function time_nanosleep()

11. 09. 2019

Obsah článku

Availability in `PHP 5.0`

Delay in seconds and nanoseconds

Parameters

Parameter Data type Default value Note
$seconds int not Must be a positive integer.
$nanoseconds int not Must be a positive integer less than 1 billion.

Return values

bool

Returns true on success, otherwise false on failure.

If the delay was interrupted by a signal, an associative array with components will be returned:

  • seconds - the number of seconds remaining in the delay.
  • nanoseconds - the number of nanoseconds remaining in the delay

Other resources

Official documentation of the time-nanosleep function

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024