Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell me how can you pass a variable by reference?

To be able to pass a variable by reference, we use an ampersand in front of it, as follows $var1 = &$var2

 227 views

More Questions for you: