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 |
How values in arrays are indexed?
How to send email using php script?
How to create reusable code in php?
Which is faster for or foreach?
Tell me how to find the length of a string?
What is abstract class php?
What is the empty function?
What is $_ post in php?
What is the major php security hole? How to avoid?
What is use of mysqli_query in php?
What is difference between web service and api?
How can we know that a session is started or not?