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 does php sessions work?
How can you send http header to the client in php?
What are the special characters you need to escape in single-quoted stings?
How to track no of user logged in?
What is the difference between implode() and explode() in php?
how to open & closing opening period in fico
Tell me what is the use of isset() in php?
What u mean by query?
What is __ construct in php?
What is difference between count or sizeof function in php?
What is php and sql used for?
What is use of header() function in php?
What is the Pipe Symbol represented?
Is overloading possible in php?
What does a delimiter do in mysql?