What is =& in PHP?

Tann3r

New Member
Look at this example. There is a line:\[code\] $client =& new xmlrpc_client('/xml-rpc', 'api.quicktate.com', 80); $client->return_type = 'xmlrpcvals';\[/code\]What is the \[code\]=&\[/code\] and what does the \[code\]->\[/code\] in \[code\]$client->return_type\[/code\] mean?
 
Back
Top