⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
PHP
>
PHP OOP
>
Magic Methods
Magic Methods Tutorials
17 tutorials found.
📘
Object Constructor
Magic Methods | __construct | PHP
📘
Object Destructor
Magic Methods | __destruct | PHP
📘
Access Undefined Property
Magic Methods | __get | PHP
📘
Set Undefined Property
Magic Methods | __set | PHP
📘
Check Undefined Property
Magic Methods | __isset | PHP
📘
Unset Undefined Property
Magic Methods | __unset | PHP
📘
Call Undefined Method
Magic Methods | __call | PHP
📘
Call Undefined Static Method
Magic Methods | __callStatic | PHP
📘
String Representation
Magic Methods | __toString | PHP
📘
Object as Function
Magic Methods | __invoke | PHP
📘
Called on Clone
Magic Methods | __clone | PHP
📘
Serialize Properties
Magic Methods | __sleep | PHP
📘
Unserialize Reinitialize
Magic Methods | __wakeup | PHP
📘
Custom Serialization PHP 7.4
Magic Methods | __serialize | PHP
📘
Custom Unserialize PHP 7.4
Magic Methods | __unserialize | PHP
📘
Var Dump Custom Output
Magic Methods | __debugInfo | PHP
📘
Var Export Handler
Magic Methods | __set_state | PHP