百度生成短网址
测试短网址:http://dwz.cn/
生成短网址
$ch=curl_init();
curl_setopt($ch,CURLOPT_URL,"http://dwz.cn/create.php");
curl_setopt($ch,CURLOPT_POST,true);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
$data=array(\'url\'=>\'http://www.baidu.com/\');
curl_setopt($ch,CURLOPT_POSTFIELDS,$data);
$strRes=curl_exec($ch);
curl_close($ch);
$arrResponse=json_decode($strRes,true);
if($arrResponse[\'status\']==0)
{
/**错误处理*/
echo iconv(\'UTF-8\',\'GBK\',$arrResponse[\'err_msg\'])."\n";
}
/** tinyurl */
echo$arrResponse[\'tinyurl\']."\n";
?>
其他接口使用如上
原文链接:http://www.baidu.com/search/dwz.html#05