The ReflectionType class

(PHP 7)

Giriş

The ReflectionType class reports information about a function's return type.

Sınıf Sözdizimi

abstract ReflectionType {
/* Yöntemler */
public allowsNull ( ) : bool
public __toString ( ) : string
}

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0 ReflectionType has become abstract and ReflectionType::isBuiltin() has been moved to ReflectionNamedType::isBuiltin().

İçindekiler