what is interface in php? how it is use?
Answer Posted / asish kumar khuntia(mithu)
Interface is a object oriented concept,
It is the place where we can define the function.
When a class use that interface in that class the total
function body part will describe.
after that we can call that function in other class and we
are get result.
| Is This Answer Correct ? | 79 Yes | 26 No |
Post New Answer View All Answers
What is php date function?
What are the uses of implode() function?
What is the difference between get and post method in php?
Is php used in 2019?
What is cms php?
What is strlen function in php?
How do you check is php not empty?
Is it difficult to learn php?
How to create a table using php?
What is the use of Mbstring?
Which php mvc framework is best?
What is the function of mysql_real_escape_string in php?
Tell me what sized websites have you worked on in the past?
Explain how can we increase the execution time of a php script?
How to use http headers inside php?