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
What is php sequence?
What is variable declaration?
How come the code works, but does not for two-dimensional array of mine?
What is the current stable version of php?
Tell me what sized websites have you worked on in the past?
Which is better mysql or sql?
What is php in simple words?
What is the goto statement useful for?
Tell me is it possible to submit a form with a dedicated button?
How can you send http header to the client in php?
How to call php function from javascript using ajax?
Tell me how comparison of objects is done in php5?
Why do we need abstract class in php?
Can php replace javascript?
Can we override static method in php?