What is happening in the following code
$objA = new A(); // A is a class
$objB = $objA;
Answer Posted / puneet bhatt
variable $objA and varable $objB contains the same value.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
List some array functions in php?
how to use http headers inside php? Write the statement through which it can be added?
What is the best php version for wordpress?
What is memcache?
Is it possible to remove the html tags from data?
What is the use of die in php?
write a note on Testing the web site
What is framework in php for beginners?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How we can get the number of elements in an array?
How do you pass a variable by value in php?
What is the difference between $name and $$name?
What is difference between php and html?
What is the difference between htmlentities and htmlspecialchars in php?
Tell me what is needed to be able to use image function?