PHPサンプルコード SendfaxEx_2メソッド: 複数ファイルを複数宛先へFAX送信するサンプルコード ====================================================================== 1)); $params->Username = $username; $params->Password = $password; $params->FaxNumbers = $faxnumbers; $params->Contacts = $contacts; $params->FilesData = $data; $params->FileTypes = $filetypes; $params->FileSizes = $filesizes; $params->Postpone = $postponetime; $params->RetriesToPerform = $retries; $params->CSID = $csid; $params->PageHeader = $pageheader; $params->JobID = ''; $params->Subject = $subject; $params->ReplyAddress = $replyemail; $params->PageSize = $page_size; $params->PageOrientation = $page_orientation; $params->IsHighResolution = $high_resolution; $params->IsFineRendering = $fine_rendering; $result = $client->SendfaxEx_2($params); echo $result->SendfaxEx_2Result; // Use the following line to trace the SOAP call // Requires using the 'trace' version of SoapClient instantiation above // echo "REQUEST:\n" . $client->__getLastRequest() . "\n"; ?>