0 votes
in PHP by
How can you pass a variable by reference?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...