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 |
Does php has a future?
What are the difference between abstract class and interface in oops?
How can you count number of parameters given in a URL by POST method?
In forms when i am click submit button it will store on the desired table as well as it send to paticuler mail id. Any body know the answer plz give me detail information.
What is the current stable version of php? What advance thing in php7?
What is the difference between php and java?
In mail($param1, $param2, $param3, $param4), the $param2 contains__
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
How to get total number of elements used in array?
How do you define a constant in php?
What is php how it works?
What is php and sql used for?