ReflectionConstant::__toString

(PHP 8 >= 8.4.0)

ReflectionConstant::__toStringReturns string representation

Descrição

public ReflectionConstant::__toString(): string

Returns the string representation of the ReflectionConstant object.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

A string representation of this ReflectionConstant instance.

Veja Também