<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.hrtime.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.hrtime.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.hrtime.php',
    1 => 'HRTime',
  ),
  'prev' => 
  array (
    0 => 'book.hrtime.php',
    1 => 'HRTime',
  ),
  'next' => 
  array (
    0 => 'hrtime.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/hrtime/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.hrtime" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
The HRTime extension implements a high resolution StopWatch class. It uses the
best possible APIs on different platforms which brings resolution up to nanoseconds. It also makes possible to implement
a custom stopwatch using low level ticks delivered by the underlying APIs.
  </p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <span class="simpara">
    As of PHP 7.3.0 the related function <span class="function"><a href="function.hrtime.php" class="function">hrtime()</a></span> is part of
    the core.
   </span>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>