Mixed

mixed は、あらゆる値を受け入れる型です。 これは、以下の union 型 と同等です。 object|resource|array|string|float|int|bool|null. この型は、PHP 8.0.0 以降で利用可能です。

mixed 型は、型理論の用語で言うと、トップ型にあたります。 つまり、他の全ての型は、この型の部分型になります

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /