A function in PHP which starts with ______ (double underscore) is know as.
A
Magic Function
B
Inbuilt Function
C
Default Function
D
User Defined Function
Correct Answer: Magic Function
PHP functions that start with a double underscore – a “__” – are called magic functions in PHP. They are functions that are always defined inside classes, and are not stand-alone functions.