<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'class.reflectionintersectiontype.php',
    1 => 'ReflectionIntersectionType',
    2 => 'ReflectionIntersectionType sınıfı',
  ),
  'up' => 
  array (
    0 => 'book.reflection.php',
    1 => 'Reflection',
  ),
  'prev' => 
  array (
    0 => 'reflectionfiber.gettrace.php',
    1 => 'ReflectionFiber::getTrace',
  ),
  'next' => 
  array (
    0 => 'reflectionintersectiontype.gettypes.php',
    1 => 'ReflectionIntersectionType::getTypes',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/reflection/reflectionintersectiontype.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.reflectionintersectiontype.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 <h1 class="title">ReflectionIntersectionType sınıfı</h1>
 

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


  <div class="section" id="reflectionintersectiontype.intro">
   <h2 class="title">Giriş</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="reflectionintersectiontype.synopsis">
   <h2 class="title">Sınıf Sözdizimi</h2>


   <div class="classsynopsis"><div class="classsynopsisinfo">
    
     <span class="modifier">class</span> <strong class="classname"><strong class="classname">ReflectionIntersectionType</strong></strong>
    

    
     <span class="modifier">extends</span>
      <a href="class.reflectiontype.php" class="classname">ReflectionType</a>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Yöntemler */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="reflectionintersectiontype.gettypes.php" class="methodname">getTypes</a></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Miras alınan yöntemler */</div>
    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="reflectiontype.allowsnull.php" class="methodname">ReflectionType::allowsNull</a></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="reflectiontype.tostring.php" class="methodname">ReflectionType::__toString</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

   }</div>


  </div>

 </div>

 




<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="reflectionintersectiontype.gettypes.php">ReflectionIntersectionType::getTypes</a> — Returns the types included in the intersection type</li></ul>
</div>
<?php manual_footer($setup); ?>