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
Can we use php variable in javascript?
What library is used for pdf in php?
What is baseurl?
What type of headers that PHP supports?
What is strstr php?
What are soundex() and metaphone() functions in php?
How many columns can be added in a table in mysql?
Why is node js better than php?
Explain about objects in PHP?
What is difference between rest api and restful api?
What is the difference between the include() and require() functions?
What are arguments in php?
How to execute an sql query? How to fetch its result?
What is the use of addslashes in php?
What is the use of mysql_fetch_array in php?