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 |
Is there any function to find repeated value in an array? What is w2 standard
Do you have to initialize variables in php?
How to create a session? How to set a value in session? How to remove data from a session?
How to get the number of visitors in a site?
How do you achieve page caching in PHP?
How to create a directory?
Tell me how stop the execution of a php scrip?
what are the various PHP Script Optimization techniques?
1 Answers IBM, Krify Software Technologies, TCL,
What does $_server means?
What is a helper function?
What are the different functions in sorting an array?
What is user defined function in php?