array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), '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); ?>

ReflectionNamedType::getName

(PHP 7 >= 7.1.0, PHP 8)

ReflectionNamedType::getNameGet the name of the type as a string

Açıklama

public ReflectionNamedType::getName(): string

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the name of the type being reflected.

Ayrıca Bakınız