<?php require_once 'Services/TinyURL.php'; try { $url = Services_TinyURL::create('http://www.joestump.net'); echo $url; } catch (Services_TinyURL_Exception $e) { echo $e->getMessage(); } ?>
[line 78]
string create( string $destination)
string lookup( string $url)