PHP 클래스 Transport\Entity\Transportations

파일 보기 프로젝트 열기: opendatach/transport 1 사용 예제들

공개 메소드들

메소드 설명
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 )