Answer Posted / 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 |
Post New Answer View All Answers
Why do we use polymorphism in php?
What is warning – “cannot modify header information – headers already sent”?
Explain some most commonly use string functions in php?
Explain the difference between isset() and empty()?
How can we access the data sent through the url with the post method?
How does php server work?
What is new keyword in php?
Explain what does the expression exception::__tostring means?
What do you use php for?
What is the use of print_r function in php?
What are the difference between abstract class and interface in oops?
What are the ways to include file in php?
Where php language is used?
What are super global variables in php?
Why use static methods php?