Stringable::__toString
PHP Manual
PHP Manual»Stringable»Stringable::__toString

Stringable::__toString

(PHP 8)

Stringable::__toStringGets a string representation of the object

Опис

public function Stringable::__toString(): string

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the string representation of the object.

Прогляньте також

To Top