Forum

in oop php what is ...
 
Notifications
Clear all

in oop php what is a magic method ?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

in oop php what is a magic method ?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

Magic methods are special methods which override PHP's default's action when certain actions are performed on an object. All methods names starting with __ are reserved by PHP. Therefore, it is not recommended to use such method names unless overriding PHP's behavior.


   
ReplyQuote
Share: