PHP 8.5.0 Alpha 1 available for testing

ReflectionProperty::__toString

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::__toStringObtiene una representación textual

Descripción

public ReflectionProperty::__toString(): string

Obtiene una representación textual de la propiedad.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Una representación en forma de string de esta instancia de ReflectionProperty.

Historial de cambios

Versión Descripción
8.4.0 El comentario de documentación adjunto es ahora incluido.

Ver también

add a note

User Contributed Notes

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