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
Which will start a session?
How many ways to include array elements in double-quoted strings using php?
How to calculate the length of a string?
What is a php 5?
How is it possible to know the number of rows returned in the result set?
Do you know what is the differences between $a != $B and $a !== $B?
What is interface? Why it is used?
Tell me what is the difference between characters 34 and x34?
Tell me what are sql injections, how do you prevent them and what are the best practices?
How to test if a variable is an array?
What is form validation in php?
Does php class need constructor?
Can you use php and javascript together?
What is the difference between die () and exit () in php?
What is trim function in php?