Пример #1
0
}
// sample call for Bra5ServiceFile::fileTransferSendChunk()
if ($bra5ServiceFile->fileTransferSendChunk(new Bra5StructFileTransferSendChunk())) {
    print_r($bra5ServiceFile->getResult());
} else {
    print_r($bra5ServiceFile->getLastError());
}
// sample call for Bra5ServiceFile::fileTransferSendChunkedEnd()
if ($bra5ServiceFile->fileTransferSendChunkedEnd(new Bra5StructFileTransferSendChunkedEnd())) {
    print_r($bra5ServiceFile->getResult());
} else {
    print_r($bra5ServiceFile->getLastError());
}
// sample call for Bra5ServiceFile::fileTransferRequestChunkedInit()
if ($bra5ServiceFile->fileTransferRequestChunkedInit(new Bra5StructFileTransferRequestChunkedInit())) {
    print_r($bra5ServiceFile->getResult());
} else {
    print_r($bra5ServiceFile->getLastError());
}
// sample call for Bra5ServiceFile::fileTransferRequestChunk()
if ($bra5ServiceFile->fileTransferRequestChunk(new Bra5StructFileTransferRequestChunk())) {
    print_r($bra5ServiceFile->getResult());
} else {
    print_r($bra5ServiceFile->getLastError());
}
// sample call for Bra5ServiceFile::fileTransferRequestChunkedEnd()
if ($bra5ServiceFile->fileTransferRequestChunkedEnd(new Bra5StructFileTransferRequestChunkedEnd())) {
    print_r($bra5ServiceFile->getResult());
} else {
    print_r($bra5ServiceFile->getLastError());
}