Services_ShortURL
[ class tree: Services_ShortURL ] [ index: Services_ShortURL ] [ all elements ]

Class: Services_ShortURL_Interface

Source Location: /Services_ShortURL-0.3.1/Services/ShortURL/Interface.php

Class Overview


Interface that all service drivers must implement


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 33]
Interface that all service drivers must implement


[ Top ]


Method Detail

expand   [line 53]

string expand( string $url)

Expand a given short URL

Parameters:

string   $url   —  The short URL to expand

[ Top ]

info   [line 75]

mixed info( string $url)

Get information for a given short URL

Parameters:

string   $url   —  The URL to get information for

[ Top ]

shorten   [line 43]

string shorten( string $url)

Shorten a given URL

Parameters:

string   $url   —  The URL to shorten

[ Top ]

stats   [line 64]

mixed stats( string $url)

Get stat information for a given short URL

Parameters:

string   $url   —  The URL to get stats for

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:43:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.