functions.php
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
-
azure_shared_key_authorization_factory()
azure_shared_key_authorization_factory(string $account, string $key) : SharedKeyFactory
Parameters
-
$account
: string
-
-
$key
: string
-
azure_blob_service_config()
azure_blob_service_config(string $account, string $container) : Configuration
Parameters
-
$account
: string
-
-
$container
: string
-
azure_url_factory()
azure_url_factory([string $host = 'blob.core.windows.net' ]) : AzureURLFactory
Parameters
-
$host
: string
= 'blob.core.windows.net'
-
azure_http_factory()
azure_http_factory(RequestFactoryInterface $request_factory, StreamFactoryInterface $stream_factory) : HttpFactory
Parameters
-
$request_factory
: RequestFactoryInterface
-
-
$stream_factory
: StreamFactoryInterface
-
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
-