3
votes
9answers
2k views
PHP Variables passed by value or by reference?
I had a Java developer new to PHP ask me this question the other day, so I thought I'd document the answer here.
Question: are PHP variables passed by value or by reference?
