Posted by bryanhirsch on December 10, 2011 at 2:15pm
This little module enables you to find the destination url of a short url.
For example, if bit.ly/123 is a short url for youtube.com/12345678901234567890, you can do this:
<?php
$short_url = 'http://bit.ly/123';
$destination_url = destination_url($short_url);
?>Now $destination_url's value will be http://youtube.com/12345678901234567890.
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Maintenance fixes only
- Reported installs: 5 sites currently report using this module. View usage statistics.
- Downloads: 58
- Last modified: December 10, 2011