Stringable::__toString

(PHP 8)

Stringable::__toStringオブジェクトの文字列表現を取得する

説明

public Stringable::__toString(): string

パラメータ

この関数にはパラメータはありません。

戻り値

オブジェクトの文字列表現を返します。

参考

add a note add a note

User Contributed Notes

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