ReflectionConstant::__toString

(PHP 8 >= 8.4.0)

ReflectionConstant::__toStringDevuelve la representación en forma de string

Descripción

public ReflectionConstant::__toString(): string

Devuelve la representación en forma de string del objeto ReflectionConstant.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Un string que representa esta instancia de ReflectionConstant.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top