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


Please Help Members By Posting Answers For Below Questions

Explain $_FILES Superglobal Array?

791


What is composer install?

798


How are cookies created?

740


What is the content of /etc directory?

769


Do you know what is php?

764


Tools used for drawing er diagrams?

744


What is return in php function?

750


How to redirect a url from http to https in .htaccess?

710


What is an operator in php?

789


What is the use of mysqli_real_escape_string() function?

701


How many ways to include array elements in double-quoted strings using php?

785


What does the expression exception::__tostring means?

760


Where do I run php code?

707


How to redirect https to http url through .htaccess?

677


Which array function checks if the particular key exists in the array?

693