How do you pass a variable by value in PHP?

This question does not have any additional details.

1 answer

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