Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This is automatic generated document for things in Swow\Pack\Format class

Class Format

Constants

public INT16 = "s" public INT32 = "l" public INT64 = "q" public INT8 = "c" public UINT16 = "S" public UINT16_BE = "n" public UINT16_LE = "v" public UINT32 = "L" public UINT32_BE = "N" public UINT32_LE = "V" public UINT64 = "Q" public UINT64_BE = "J" public UINT64_LE = "P" public UINT8 = "C"

Methods

Static method getSize

public static function getSize ( string $format ) : int

Copyright 2022 the Swow contributors