PHP 创建Is.Gd网址

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 创建Is.Gd网址相关的知识,希望对你有一定的参考价值。

//gets the data from a URL  
function get_isgd_url($url)  
{  
	//get content
	$ch = curl_init();  
	$timeout = 5;  
	curl_setopt($ch,CURLOPT_URL,'http://is.gd/api.php?longurl='.$url);  
	curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);  
	curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);  
	$content = curl_exec($ch);  
	curl_close($ch);
	
	//return the data
	return $content;  
}

//uage
$new_url = get_isgd_url('http://davidwalsh.name/php-imdb-information-grabber');

以上是关于PHP 创建Is.Gd网址的主要内容,如果未能解决你的问题,请参考以下文章

PHP Is.gd Url缩短功能

Is.gd公司Url缩写函数

php twitpocalypse错误修复

PHP 创建href.in短网址

更改默认网址 php

php 创建“友好”网址以访问您的WP All Export数据Feed,例如http://example.com/get-feed.php。只需(1)更改指示的URL