what is interface in php? how it is use?
Answer Posted / neakdek
Why you can :
interface FirstInterfName{
function Add();
function Sub(10,5); // this line can u pass 10,5 like this
}
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
How can we display information of a variable and readable by human with php?
What is csrf token and why it is required?
Explain how to execute a php script using command line.
Tell me what are the different types of errors in php?
What is the main function of php?
What is variable function php?
Is php still relevant 2019?
Is php a programming language?
Is there an easy way to delete an element from a php array?
Does mysql need php?
What are php strings?
What are the file upload settings in configuration file?
What is foreach loop in php?
How can I convert ereg expressions to preg in php?
What is the role of php.ini file?