What is happening in the following code
$objA = new A(); // A is a class
$objB = $objA;
Answers were Sorted based on User's Feedback
Answer / prakash
The object variable $objA and $objB is contains the same
value. The $objA is get the value and to assign the value
to $objB. So both are contains the same value in the
program.
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / puneet bhatt
variable $objA and varable $objB contains the same value.
| Is This Answer Correct ? | 1 Yes | 2 No |
hai plz inform me specific books fo0r paper1,paper2 and paper 3 of group2 examination... plz giv me at the earliest......
What is php session start?
What is php rest api?
List some features of php that are deprecated in php7?
What is .htaccessfile and use of this file
write the function to fetch a image from mysql databases (datatype blob).
discuss the issue of software theft in ghana and how it has affected the economy
Tell me how comparison of objects is done in php5?
hi, i am new for php I want to know where to create & how to run phpscript programme in LAMP?
Write a program to show the joining of two strings in php?
Where can I learn php?
what is the post and get method??