Reflection
PHP Manual

The ReflectionType class

(PHP 7)

Introducción

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

Sinopsis de la Clase

ReflectionType {
/* Métodos */
public bool allowsNull ( void )
public bool isBuiltin ( void )
public string __toString ( void )
}

Tabla de contenidos


Reflection
PHP Manual