<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.reflection.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'class.reflectionreference.php',
    1 => 'ReflectionReference',
    2 => 'Класс ReflectionReference',
  ),
  'up' => 
  array (
    0 => 'book.reflection.php',
    1 => 'Reflection',
  ),
  'prev' => 
  array (
    0 => 'reflectionintersectiontype.gettypes.php',
    1 => 'ReflectionIntersectionType::getTypes',
  ),
  'next' => 
  array (
    0 => 'reflectionreference.construct.php',
    1 => 'ReflectionReference::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/reflection/reflectionreference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.reflectionreference.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.reflectionreference" class="reference">

 <h1 class="title">Класс ReflectionReference</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 7 &gt;= 7.4.0, PHP 8)</p>


  <div class="section" id="reflectionreference.intro">
   <h2 class="title">Введение</h2>
   <p class="para">
    Класс <span class="classname"><strong class="classname">ReflectionReference</strong></span> предоставляет
    информацию о ссылке.
   </p>
  </div>


  <div class="section" id="reflectionreference.synopsis">
   <h2 class="title">Обзор класса</h2>


   <div class="classsynopsis"><div class="classsynopsisinfo">
    
     <span class="modifier">final</span>
     <span class="modifier">class</span> <strong class="classname"><strong class="classname">ReflectionReference</strong></strong>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Методы */</div>
    <div class="constructorsynopsis dc-description">
   <span class="modifier">private</span> <span class="methodname"><a href="reflectionreference.construct.php" class="methodname">__construct</a></span>()</div>

    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><a href="reflectionreference.fromarrayelement.php" class="methodname">fromArrayElement</a></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$array</code></span>, <span class="methodparam"><span class="type"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span>|<span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$key</code></span>): <span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="class.reflectionreference.php" class="type ReflectionReference">ReflectionReference</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="reflectionreference.getid.php" class="methodname">getId</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

   }</div>


  </div>

 </div>

 


















<h2>Содержание</h2><ul class="chunklist chunklist_reference"><li><a href="reflectionreference.construct.php">ReflectionReference::__construct</a> — Закрытый конструктор, запрещающий создание экземпляра напрямую</li><li><a href="reflectionreference.fromarrayelement.php">ReflectionReference::fromArrayElement</a> — Создаёт объект ReflectionReference из элемента массива</li><li><a href="reflectionreference.getid.php">ReflectionReference::getId</a> — Получает уникальный идентификатор ссылки</li></ul>
</div>
<?php manual_footer($setup); ?>