从缩短的URL检索原始URL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从缩短的URL检索原始URL相关的知识,希望对你有一定的参考价值。

  1. <?php
  2. function retrieve_shortened_link($shortUrl){
  3. $headers = get_headers($shortUrl, 1);
  4. if(is_array($headers['Location'])){
  5. return $headers['Location'][0];
  6. }else{
  7. return $headers['Location'];
  8. }
  9. }
  10. ?>

以上是关于从缩短的URL检索原始URL的主要内容,如果未能解决你的问题,请参考以下文章

如何从 YouTube 频道检索所有视频 URL? json?

无法从 Firebase 缩短的动态链接网址检索动态链接

从 url 检索 jpg 图像返回 nil。但是,从 url 检索 png 图像工作正常

根据 url 从 firestore 检索数据

从 URL 检索和显示多个图像

从 URL 检索编码值