Stringable::__toString

(PHP 8)

Stringable::__toStringGets a string representation of the object

Descripción

publicStringable::__toString(): string

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns the string representation of the object.

Ver también

To Top