Class funtion question.
Posted: Wed Apr 05, 2006 7:30 pm
What does the & symbol mean in a function declaration?
Example
Example
Code: Select all
function &fun_name() {
. . .
}A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
function &fun_name() {
. . .
}