Answers

Question and Answer:

  Home  Internee PHP Developer

⟩ How to pass a variable by value in PHP?

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

 157 views

More Questions for you: