How can I link contacts via the PHP ISDK?

interesting. no code for either php versions, just xml and python. Since it appears to be a part of the xml-rpc maybe you can get away with calling:

$this->methodCaller(“ContactService.linkContacts”, $carray); ?.. maybe?