Documentation

PlantUml

Table of Contents

Functions

encodep()  : string
Encodes a UML text description into a special encoding.
encode64()  : string
append3bytes()  : string
encode6bit()  : string

Functions

encodep()

Encodes a UML text description into a special encoding.

encodep(string $puml) : string
Parameters
$puml : string

PlantUml diagram code, expected to be UTF-8.

Tags
throws
RuntimeException

Error with gzdeflate()

Return values
string

Encoded string

encode64()

encode64(string $compressed) : string
Parameters
$compressed : string

Compressed string

Return values
string

Encoded string

append3bytes()

append3bytes(int $b1, int $b2, int $b3) : string
Parameters
$b1 : int

First byte

$b2 : int

Second byte

$b3 : int

Third byte

Return values
string

encode6bit()

encode6bit(int $b) : string
Parameters
$b : int
Return values
string

        
On this page

Search results