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

what is difference between PHP4 , PHP5

1885


Is it possible to submit a form with a dedicated button?

495


How can you get the size of an image in PHP?

536


How to send a cookie to the browser?

526


Which functions are used to count the total number of array elements in php?

526






Can php run without apache?

535


Explain Type hinting in PHP?

550


What is isset post?

564


How do I use isdigit function?

552


What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

511


List some features of php that are deprecated in php7?

456


For image work which library is used in php?

523


Why do we use php?

527


Tell me what is the default session time in php?

533


What is the content of /etc directory?

552