Discussion :: PHP - CS
- A function in PHP which starts with ______ (double underscore) is know as.
Answer : Option A
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.
Be The First To Comment