<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionnamedtype.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'reflectionnamedtype.getname.php',
    1 => 'ReflectionNamedType::getName',
    2 => 'Get the name of the type as a string',
  ),
  'up' => 
  array (
    0 => 'class.reflectionnamedtype.php',
    1 => 'ReflectionNamedType',
  ),
  'prev' => 
  array (
    0 => 'class.reflectionnamedtype.php',
    1 => 'ReflectionNamedType',
  ),
  'next' => 
  array (
    0 => 'reflectionnamedtype.isbuiltin.php',
    1 => 'ReflectionNamedType::isBuiltin',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionnamedtype/getname.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionnamedtype.getname" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionNamedType::getName</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.1.0, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionNamedType::getName</span> &mdash; <span class="dc-title">Get the name of the type as a string</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionnamedtype.getname-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionNamedType::getName</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionnamedtype.getname-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionnamedtype.getname-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns the name of the type being reflected.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionnamedtype.getname-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectiontype.tostring.php" class="methodname" rel="rdfs-seeAlso">ReflectionType::__toString()</a> - To string</span></li>
   </ul>
  </p>
 </div>


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