Answers

Question and Answer:

  Home  PHP Developer

⟩ How to pass a variable by value?

Just like in C++, put an ampersand in front of it, like $a = &$b.

 217 views

More Questions for you: