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 |
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
what is pear in php in brief ?
What is php mainly used for?
How to protect special characters in query string?
Is php faster than python?
What is preg_match?
Which is correct about mysqli and pdo?
What is .htaccessfile and use of this file
What is explode() in php?
How can we know the number of days between two given dates using PHP?
8 Answers AZTEC, HCL, Navsoft,
how php works with oracle?
Whether site will complete the execution of the script if Fatal error occurs ?