PHP Developer Question:

How to pass a variable by value?

PHP Developer Interview Question
PHP Developer Interview Question

Answer:

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


Previous QuestionNext Question
How to encrypt the username and password using PHP?When you supposed to use endif to end the conditional statement?