-
A function in PHP which starts with __ (double underscore) is know as..
-
- Inbuilt Function
- User Defined Function
- Magic Function
- Default Function
- None of these
Correct Option: C
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.