What are magic methods in php
Answers were Sorted based on User's Feedback
Answer / inderjeet sohal
Magic methods is a member function. it always starts with double underscore.
Example: __construct, __destruct, __sleep, __wakeup, __set, __get
| Is This Answer Correct ? | 15 Yes | 0 No |
Explain how to run the interactive php shell from the command line interface?
What are the popular content management systems (cms) in php?
What is difference between put and post method in http?
How can I reverse sort an array keeping the correlation between the index and value?
2 Answers Rushmore Consultancy,
How do sessions work in php?
What are the difference between include_once & Require_once?
Which function would you use to replace a record in a database in php?
How to get the value of current session id?
What are the features of object-oriented programming in php?
How can we destroy the cookie in php?
What are the differences between PHP3 and PHP4 versions?
What does $_env mean?