Whats the ampersand for?
Posted: Thu Aug 12, 2010 8:06 am
Ive just been sent an example of an xml-rpc app,
when loooking through the app Ive noticed that the functions have an ampersand in them:
what is the used for?
thanks in advance
Jimmy
when loooking through the app Ive noticed that the functions have an ampersand in them:
Code: Select all
function & functionName(param1, param2)
{
//do something here...
}
Code: Select all
&thanks in advance
Jimmy