paul2010 Posted November 21, 2010 Share Posted November 21, 2010 What is the & symbol used for I have seen it in function setname(&$name){ $this->name =& $name; } Thanks I have looked on google and can't find it as i don't know what it is called. thanks Link to comment https://forums.phpfreaks.com/topic/219382-symbol/ Share on other sites More sharing options...
Pikachu2000 Posted November 21, 2010 Share Posted November 21, 2010 Passing by reference. Link to comment https://forums.phpfreaks.com/topic/219382-symbol/#findComment-1137617 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.