Sr. PHP Programmer Question:

What does "&" mean in '&$var'?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

'&' indicates a reference


Previous QuestionNext Question
What is the difference between $var and $$var?How will you retrieve code of exception using Exception class in PHP when error occured?