Home > Backend Development > PHP Tutorial > 七牛云存储 - 资源表是什么东西?另外空间设置成public后,直接域名/key就可以访问,php sdk里为什么要用Qiniu_RS_MakeBaseUrl函数?

七牛云存储 - 资源表是什么东西?另外空间设置成public后,直接域名/key就可以访问,php sdk里为什么要用Qiniu_RS_MakeBaseUrl函数?

WBOY
Release: 2016-06-06 20:48:39
Original
1086 people have browsed it

请问一下资源表是什么东西?另外空间设置成public后,直接域名/key就可以访问,php sdk里为什么要用QiniuRSMakeBaseUrl函数?

回复内容:

请问一下资源表是什么东西?另外空间设置成public后,直接域名/key就可以访问,php sdk里为什么要用QiniuRSMakeBaseUrl函数?

Qiniu_RS_MakeBaseUrl的作用就是将域名和key拼接成外链,其中对key做了转义处理。
https://github.com/qiniu/php-sdk/blob/develop/qiniu/rs.php#L33

'资源表'是在哪里看到的?

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template