Right, so once the response has been received, you then need to convert it as follows: foreach ($response as $record) { $sObject = new SObject($record); ...
確定! 回上一頁