not sure if i've come across this before or not. this is from a class file of a shopping cart i'm
currently having to working with
function & getStaticProperty($var)
{
static $staticProperty;
return $staticProperty;
}
what does the '&' symbol mean??,
thanks


Reply With Quote
Bookmarks