Documentation

Shortlink_Controller
in package

Shortlink

Tags
subpackage

Shortlink

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru

Table of Contents

Properties

$_chars  : string
Chars

Methods

decode()  : int
Converts an alpha numeric string to a number
encode()  : string
Converts a number to an alpha-numeric string.

Properties

$_chars

Chars

protected static string $_chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'

Methods

decode()

Converts an alpha numeric string to a number

public static decode(string $shortlink) : int
Parameters
$shortlink : string

String to decode

Return values
int

Decoded number

encode()

Converts a number to an alpha-numeric string.

public static encode(int $id) : string
Parameters
$id : int

Number to convert

Return values
string

        
On this page

Search results