What is happening in the following code
$objA = new A(); // A is a class
$objB = $objA;
Answer Posted / manoj kumar
This is a object cloning in php5.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to Retrieve a Cookie Value?
Explain about the connective abilities of the PHP?
How to block direct directory access in PHP?
What is the super method?
Can I learn php in a month?
How to track no of user logged in?
What is serialization in php?
Tell me what are the different types of errors in php?
What is return value in php?
Why shouldn't I use mysql_* functions in php?
What is the use of "ksort" in php?
How can we display the output directly to the browser?
What is abstract class php?
How to remove duplicate values from array using php?
What is http php?