createBlobService($connectionString); 连接都报错。"/> createBlobService($connectionString); 连接都报错。">

Home >Backend Development >PHP Tutorial >php 怎么操作 azure blob?有没有大神有实例

php 怎么操作 azure blob?有没有大神有实例

WBOY
WBOYOriginal
2016-06-02 11:31:311079browse

php

$connectionString = "[http|https];AccountName=[yourAccount];AccountKey=[yourKey]";
$blobRestProxy = ServicesBuilder::getInstance()->createBlobService($connectionString);

<code>            连接都报错。</code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn