ReflectionFunction::__toString
ReflectionFunctionAbstract::__clone
Reflection
PHP Manual
ReflectionFunctionAbstract sınıfı
(PHP 5)
Giriş
ReflectionFunction
sınıfının ebeveyni olup, ayrıntılar için onun belgesine bakın.
Sınıf Sözdizimi
ReflectionFunctionAbstract
implements
Reflector
{
/* Özellikler */
public
$
name
;
/* Yöntemler */
final
private
void
__clone
(
void
)
public
ReflectionClass
getClosureScopeClass
(
void
)
public
object
getClosureThis
(
void
)
public
string
getDocComment
(
void
)
public
int
getEndLine
(
void
)
public
ReflectionExtension
getExtension
(
void
)
public
string
getExtensionName
(
void
)
public
string
getFileName
(
void
)
public
string
getName
(
void
)
public
string
getNamespaceName
(
void
)
public
int
getNumberOfParameters
(
void
)
public
int
getNumberOfRequiredParameters
(
void
)
public
array
getParameters
(
void
)
public
string
getShortName
(
void
)
public
int
getStartLine
(
void
)
public
array
getStaticVariables
(
void
)
public
bool
inNamespace
(
void
)
public
bool
isClosure
(
void
)
public
bool
isDeprecated
(
void
)
public
bool
isGenerator
(
void
)
public
bool
isInternal
(
void
)
public
bool
isUserDefined
(
void
)
public
bool
returnsReference
(
void
)
abstract
public
void
__toString
(
void
)
}
Özellikler
name
İsim.
İçindekiler
ReflectionFunctionAbstract::__clone
— İşlevi kopyalar
ReflectionFunctionAbstract::getClosureScopeClass
— Returns the scope associated to the closure
ReflectionFunctionAbstract::getClosureThis
— Returns this pointer bound to closure
ReflectionFunctionAbstract::getDocComment
— Belgelendirici açıklamaları döndürür
ReflectionFunctionAbstract::getEndLine
— Son satır numarasını döndürür
ReflectionFunctionAbstract::getExtension
— Eklenti bilgilerini döndürür
ReflectionFunctionAbstract::getExtensionName
— Eklenti ismini döndürür
ReflectionFunctionAbstract::getFileName
— Dosya ismini döndürür
ReflectionFunctionAbstract::getName
— İşlev ismini döndürür
ReflectionFunctionAbstract::getNamespaceName
— İsim alanı adını döndürür
ReflectionFunctionAbstract::getNumberOfParameters
— Değiştirge sayısını döndürür
ReflectionFunctionAbstract::getNumberOfRequiredParameters
— Zorunlu değiştirge sayısını döndürür
ReflectionFunctionAbstract::getParameters
— Değiştirgeleri döndürür
ReflectionFunctionAbstract::getShortName
— İşlevin kısa ismini döndürür
ReflectionFunctionAbstract::getStartLine
— Başlangıç satır numarasını döndürür
ReflectionFunctionAbstract::getStaticVariables
— Duruk değişkenleri döndürür
ReflectionFunctionAbstract::inNamespace
— İşlev isim alanına ait mi diye bakar
ReflectionFunctionAbstract::isClosure
— Bir anonim işlev mi diye bakar
ReflectionFunctionAbstract::isDeprecated
— Kullanımı önerilmiyor mu diye bakar
ReflectionFunctionAbstract::isGenerator
— Returns whether this function is a generator
ReflectionFunctionAbstract::isInternal
— İşlev yerleşik mi diye bakar
ReflectionFunctionAbstract::isUserDefined
— İşlev kullanıcı tanımlı bir işlev mi diye bakar
ReflectionFunctionAbstract::returnsReference
— İşlev dönüş değeri gönderimli mi diye bakar
ReflectionFunctionAbstract::__toString
— Dizgesel tepkiyi görselleştirir
ReflectionFunction::__toString
ReflectionFunctionAbstract::__clone
Reflection
PHP Manual