PHP 8.5.4 Released!

Mixed

Il tipo mixed accetta qualsiasi valore. È equivalente al tipo union object|resource|array|string|float|int|bool|null. Disponibile a partire da PHP 8.0.0.

mixed è, nel gergo della teoria dei tipi, il tipo top. Ciò significa che ogni altro tipo è un suo sottotipo.

add a note

User Contributed Notes

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