Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are magic methods and how are they used in php?



What are magic methods and how are they used in php?..

Answer / Tanya

Magic methods, also known as special methods or magic functions, are predefined function names that allow you to perform various actions within PHP objects. Magic methods start with double underscores (`__`) before the method name and can be overridden in your custom classes to customize their behavior.

Here are some commonly used magic methods:

1. `__construct()`: This is called when an object is created. It allows you to initialize properties of the class.
2. `__destruct()`: This is called when an object goes out of scope or is destroyed. It's useful for cleaning up resources like database connections, file handles, and other system resources.
3. `__get()`: This method is used for accessing non-existent properties in an object.
4. `__set()`: This method is used for setting non-existent properties in an object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WordPress Interview Questions

Can I have my own domain name with wordpress?

1 Answers  


When you will use endif function to end the condition statement?

1 Answers  


Is wix cheaper than wordpress?

1 Answers  


How do I add a folder?

1 Answers  


What is the best alternative to wordpress?

1 Answers  


What do you need to run wordpress?

1 Answers  


Can you hide posts on wordpress?

1 Answers  


What does it mean to make a post sticky in wordpress?

1 Answers  


Explain which is the best multi-lingual plugin for wordpress?

1 Answers  


What are template tags in wordpress?

1 Answers  


How do I run a wordpress site locally?

1 Answers  


How to create a widget in wordpress?

1 Answers  


Categories