PHP OOPs ConceptsMagic MethodsAnuj KumarOctober 15, 2015February 16, 2019 by Anuj KumarOctober 15, 2015February 16, 201906Some predefined function by php compiler which executes on some event is called magic methods. Magic methods starts with prefix __, for example __call, __get,