Basic PHP Programming Question:

Are objects passed by value or by reference?

PHP Interview Question
PHP Interview Question

Answer:

Everything is passed by value.


Previous QuestionNext Question
How To Protect Special Characters in Query String?What are the differences between DROP a table and TRUNCATE a table?