<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.hrtime-stopwatch.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'hrtime-stopwatch.start.php',
    1 => 'HRTime\\StopWatch::start',
    2 => 'Inicia la medici&oacute;n del tiempo',
  ),
  'up' => 
  array (
    0 => 'class.hrtime-stopwatch.php',
    1 => 'HRTime\\StopWatch',
  ),
  'prev' => 
  array (
    0 => 'hrtime-stopwatch.isrunning.php',
    1 => 'HRTime\\StopWatch::isRunning',
  ),
  'next' => 
  array (
    0 => 'hrtime-stopwatch.stop.php',
    1 => 'HRTime\\StopWatch::stop',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/hrtime/hrtime-stopwatch/start.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="hrtime-stopwatch.start" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">HRTime\StopWatch::start</h1>
  <p class="verinfo">(PECL hrtime &gt;= 0.4.3)</p><p class="refpurpose"><span class="refname">HRTime\StopWatch::start</span> &mdash; <span class="dc-title">Inicia la medición del tiempo</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-hrtime-stopwatch.start-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>HRTime\StopWatch::start</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="simpara">
   Inicia la medición del tiempo. Este método no tiene ningún efecto si la medición ya ha sido iniciada. La medición continuará si ha sido detenida previamente.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-hrtime-stopwatch.start-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">Esta función no contiene ningún parámetro.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-hrtime-stopwatch.start-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="simpara">
   No devuelve ningún valor.
  </p>
 </div>


</div><?php manual_footer($setup); ?>