A function in PHP which starts with __ (double underscore) is known as ____
Magic Function
Correct:
Magic Function
Explanation: 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.