A function in PHP which starts with ______ (double underscore) is know as.

A function in PHP which starts with ______ (double underscore) is know as. 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.

Related Questions

A function in PHP which starts with __ (double underscore) is known as __________
What will be the output of the following PHP code ? ?>
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?