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
What is the use of the function 'imagetypes()'?
How to remove the new line character from the end of a text line in php?
Why php is widely used?
Explain how can php and javascript interact?
What is the use of header() function in php?
What software is required to run php?
Why does php need server?
What is the use of php and mysql?
What does $this do in php?
Tell us how can we access the data sent through the url with the post method?
How to check a variable is array or not in php?
Can you explain, when to use if-else if-else over switch statements?
What is a controller php?
What is the definition of a session?
Can php variables have numbers?