In php, objects are they passed by value or by reference?
Answer / Anuradha Verma
By default, PHP passes objects by reference. This means that if you modify an object inside a function, the original object outside the function will also be modified.
| Is This Answer Correct ? | 0 Yes | 0 No |
how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?
what are the errors and when we get that particular errors.and who will give that errors
How do I use isdigit function?
Is php secure?
Write down the code for save an uploaded file using php?
what is view?
Which function gives us the number of affected entries by a query?
What are the difference between abstract class and interface?
How do I display php errors?
how to use between operator when retrieve from database(format-2008-jun-06)
can we use PGP with PHP?
Write a program to get lcm of two numbers using php?