Zend Framework
1.12
|
Public Member Functions | |
shorten ($url) | |
This function shortens long url. | |
unshorten ($shortenedUrl) | |
Reveals target for short URL. | |
shorten | ( | $url | ) |
This function shortens long url.
string | $url | URL to Shorten |
Implemented in Zend_Service_ShortUrl_BitLy, Zend_Service_ShortUrl_MetamarkNet, Zend_Service_ShortUrl_IsGd, Zend_Service_ShortUrl_JdemCz, and Zend_Service_ShortUrl_TinyUrlCom.
unshorten | ( | $shortenedUrl | ) |
Reveals target for short URL.
string | $shortenedUrl | URL to reveal target of |
Implemented in Zend_Service_ShortUrl_BitLy, Zend_Service_ShortUrl_IsGd, Zend_Service_ShortUrl_JdemCz, Zend_Service_ShortUrl_MetamarkNet, and Zend_Service_ShortUrl_TinyUrlCom.