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 |
How do I make a reset button in html?
How can we define a variable accessible in functions of a php script?
What is baseurl?
Can we run php in apache tomcat?
How to Retrieve a Cookie Value?
Why should I learn php?
What version of php do I have windows?
What type of headers have to be added in the mail function to attach a file?
How to uploaded files to a table?
code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
Are sessions stateless?
How to increase the maximum execution time of a script in php?