PHP Класс Transport\Entity\Transportations

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
reduceTransportations ( string[] $transportations = [], integer $limit = 16, boolean $lsb0 = true ) : string Converts a list of transportation strings into a bitmask accepted by the SBB.
reduceTransportationsDec ( $transportations = [], $limit = 16 )

Описание методов

reduceTransportations() публичный статический Метод

Converts a list of transportation strings into a bitmask accepted by the SBB.
public static reduceTransportations ( string[] $transportations = [], integer $limit = 16, boolean $lsb0 = true ) : string
$transportations string[] A list of transportations
$limit integer Maximum number of transportations (bits)
$lsb0 boolean Least significant bit first, LSB 0
Результат string A binary representation of the transportations given

reduceTransportationsDec() публичный статический Метод

public static reduceTransportationsDec ( $transportations = [], $limit = 16 )