ReflectionClassConstant::__toString

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::__toStringReturns the string representation of the ReflectionClassConstant object

Descripción

public ReflectionClassConstant::__toString(): string

Returns the string representation of the ReflectionClassConstant object.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

A string representation of this ReflectionClassConstant instance.

Historial de cambios

Versión Descripción
8.4.0 The attached doc comment is now included.

Ver también