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 |
Can age be a variable?
Write a program to display a table of any given number?
What is the goto statement useful for?
What is split function in php?
Tell me is it possible to remove the html tags from data?
how many type of url?
Is php a framework?
How to retrieve the original query string?
can anyone explain oops concept in php or give website to learn this concept clearly?
What is the difference between die () and exit () in php?
How can we know the total number of elements of Array?
What is difference between core php and framework?