文件名称:bitly.com-url-shorten-class
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-09 03:03:24
PHP
Bit.ly url 缩短类 类的基本使用 <?php error_reporting ( E_ALL ); require_once 'Bitly_Api.php' ; $ url = 'http://example.com' ; $ short_url = Bitly :: init ()-> bitly_shorten ( urldecode ( $ url )); if ( isset ( $ short_url [ 'url' ])) echo $ short_url [ 'url' ]; exit; ?>
【文件预览】:
bitly.com-url-shorten-class-master
----index.php(315B)
----README.md(310B)
----Bitly_Api.php(2KB)