Flow PHP

functions.php

Functions

azurite_url_factory()

azurite_url_factory([string $host = 'localhost' ][, string $port = '10000' ][, bool $secure = false ]) : AzuriteURLFactory
Parameters
$host : string = 'localhost'
$port : string = '10000'
$secure : bool = false
Return values
AzuriteURLFactory

azure_shared_key_authorization_factory()

azure_shared_key_authorization_factory(string $account, string $key) : SharedKeyFactory
Parameters
$account : string
$key : string
Return values
SharedKeyFactory

azure_blob_service_config()

azure_blob_service_config(string $account, string $container) : Configuration
Parameters
$account : string
$container : string
Return values
Configuration

azure_http_factory()

azure_http_factory(RequestFactoryInterface $request_factory, StreamFactoryInterface $stream_factory) : HttpFactory
Parameters
$request_factory : RequestFactoryInterface
$stream_factory : StreamFactoryInterface
Return values
HttpFactory

azure_blob_service()

azure_blob_service(Configuration $configuration, AuthorizationFactory $azure_authorization_factory[, ClientInterface|null $client = null ][, HttpFactory|null $azure_http_factory = null ][, URLFactory|null $azure_url_factory = null ][, LoggerInterface|null $logger = null ]) : BlobServiceInterface
Parameters
$configuration : Configuration
$azure_authorization_factory : AuthorizationFactory
$client : ClientInterface|null = null
$azure_http_factory : HttpFactory|null = null
$azure_url_factory : URLFactory|null = null
$logger : LoggerInterface|null = null
Return values
BlobServiceInterface

        
On this page

Search results