What type of inheritance that PHP supports?
Answer Posted / rahul verma
multiple inheritence suuport
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Which is faster for or foreach?
What are psrs?
How to convert one date format into another in php?
Is json a string php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is the use of array_count_values() in php?
What is form validation in php?
How many types of functions are there in php?
What are the differences between echo and print?
How does the identity operator === compare two values?
What is session and Cokkies . How it works . tell some thing about Session_id()
How to register a variable in PHP session?
How to call php function from javascript using ajax?
What is the differences between $a != $B and $a !== $B?
Tell me what does pear stands for?