In PHP, a friend function is one non-member function having access to private and protected members within a class. A friend function has the best use case when being shared among multiple classes, which can be declared either as member functions within a class or even a global function.

BY Best Interview Question ON 06 Jul 2020