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
How many escape sequences are recognized in double-quoted strings?
Which is faster for or foreach php?
How to store the uploaded file to the final location?
Is php better than java?
Which character is used to match exactly one character?
How many data types are there in php?
How would you declare a function that receives one parameter name hello?
What is a substring in php?
What is the function func_num_args() used for?
What type of headers have to be added in the mail function to attach a file?
How to strip whitespace (or other characters) from the beginning and end of a string?
What is purpose of @ in Php?
Which is better #define or enum?
What is var_dump?
Require_once(), require(), include(). What is difference between them?