Hi there,
Recently i noticed a few times an ampersand in front of a variable in a
function.
Like so:
function foo( &$bar )
{
// do something
};
What is it for? I can't figure it out ...
Frizzle.
Recently i noticed a few times an ampersand in front of a variable in a
function.
Like so:
function foo( &$bar )
{
// do something
};
What is it for? I can't figure it out ...
Frizzle.
Comment