Flow PHP

BlobServiceInterface

Methods

copyBlob()  : void
deleteBlob()  : void
deleteContainer()  : void
getBlob()  : BlobContent
getBlobProperties()  : BlobProperties|null
getBlockBlobBlockList()  : BlockList
getContainerProperties()  : ContainerProperties|null
listBlobs()  : Generator<string|int, Blob>
putBlockBlob()  : void
putBlockBlobBlock()  : void
putBlockBlobBlockList()  : void
putContainer()  : void

Methods

putBlockBlob()

public putBlockBlob(string $path[, null|resource|string $content = null ][, int|null $size = null ][, PutBlockBlobOptions $options = new PutBlockBlobOptions() ]) : void
Parameters
$path : string
$content : null|resource|string = null
$size : int|null = null
$options : PutBlockBlobOptions = new PutBlockBlobOptions()

putBlockBlobBlock()

public putBlockBlobBlock(string $path, string $blockId, resource|string $content, int $size[, PutBlockBlobBlockOptions $options = new PutBlockBlobBlockOptions() ]) : void
Parameters
$path : string
$blockId : string
$content : resource|string
$size : int
$options : PutBlockBlobBlockOptions = new PutBlockBlobBlockOptions()

        
On this page

Search results