Documentation

Base91
in package
implements Transcoder

Tags
author

Joachim Henke

author

Katoga katoga.cz@hotmail.com

Table of Contents

Interfaces

Transcoder

Properties

$alphabet  : array<string|int, string>

Methods

decode()  : string
encode()  : string
getAlphabet()  : array<string|int, string>

Properties

$alphabet

protected array<string|int, string> $alphabet

Methods

decode()

public decode(string $input) : string
Parameters
$input : string

ascii string

Tags
throws
DecodeFailedException
SuppressWarnings

(PHPMD.ElseExpression)

SuppressWarnings

(PHPMD.ShortVariable)

Return values
string

binary string

encode()

public encode(string $input) : string
Parameters
$input : string

binary string

Tags
SuppressWarnings

(PHPMD.ElseExpression)

SuppressWarnings

(PHPMD.ShortVariable)

Return values
string

ascii string

getAlphabet()

protected getAlphabet() : array<string|int, string>
Return values
array<string|int, string>

        
On this page

Search results