Why do we create an instance of a class in php?
Answer / gokul
The instanceof keyword is used to check if an object belongs to a class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is php session id unique?
What is difference Between PHP 5 and 7?
What type of operation is needed when passing values through a form or an url?
How many types of inheritances used in php and how we achieve it.
What is variable function php?
Explain array_uintersect()?
What is c++ polymorphism?
we have two tables first one is EMPLOYEE having EmpID, EmpNAME, Second table is SALARY table having id, salary Write a query to get name of those person who having more than 10000$ salary
What is csrf validation?
What software is required to run php?
How check field is empty or not in php?
What is $_ server request_method == post?