<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionfiber.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'reflectionfiber.getfiber.php',
    1 => 'ReflectionFiber::getFiber',
    2 => 'Get the reflected Fiber instance',
  ),
  'up' => 
  array (
    0 => 'class.reflectionfiber.php',
    1 => 'ReflectionFiber',
  ),
  'prev' => 
  array (
    0 => 'reflectionfiber.getexecutingline.php',
    1 => 'ReflectionFiber::getExecutingLine',
  ),
  'next' => 
  array (
    0 => 'reflectionfiber.gettrace.php',
    1 => 'ReflectionFiber::getTrace',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionfiber/getfiber.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionfiber.getfiber" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionFiber::getFiber</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.1.0)</p><p class="refpurpose"><span class="refname">ReflectionFiber::getFiber</span> &mdash; <span class="dc-title">Get the reflected Fiber instance</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionfiber.getfiber-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionFiber::getFiber</strong></span>(): <span class="type"><a href="class.fiber.php" class="type Fiber">Fiber</a></span></div>

  <p class="para rdfs-comment">
   Returns the <span class="classname"><a href="class.fiber.php" class="classname">Fiber</a></span> instance being reflected.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionfiber.getfiber-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionfiber.getfiber-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   The <span class="classname"><a href="class.fiber.php" class="classname">Fiber</a></span> instance being reflected.
  </p>
 </div>



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