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
Explain $_FILES Superglobal Array?
What is composer install?
How are cookies created?
What is the content of /etc directory?
Do you know what is php?
Tools used for drawing er diagrams?
What is return in php function?
How to redirect a url from http to https in .htaccess?
What is an operator in php?
What is the use of mysqli_real_escape_string() function?
How many ways to include array elements in double-quoted strings using php?
What does the expression exception::__tostring means?
Where do I run php code?
How to redirect https to http url through .htaccess?
Which array function checks if the particular key exists in the array?