Answers

Question and Answer:

  Home  PHP

⟩ How do you pass a variable by value?

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

 264 views

More Questions for you: