Sr. PHP Programmer Question:
Download Questions PDF

What are interfaces n PHP?

Answer:

Interfaces are defined to provide a common function names to the implementors. Different implementors can implement those interfaces according to their requirements. You can say, interfaces are skeletons which are implemented by developers.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Write a program using while loop?What is the use of explode() function?