PHP 8.6.0 Beta 1 is available for testing

La enumeración PropertyHookType

(PHP 8 >= 8.4)

Introducción

La enumeración PropertyHookType lista los tipos legales de hook de propiedad.

Sinopsis del enum

enum PropertyHookType
{
case Get = 'get' ; // Indica un hook get.

case Set = 'set' ; // Indica un hook set.

}

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 によって変換されたページ (->オリジナル) /