PHP 클래스 Aerys\HPack

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

공개 메소드들

메소드 설명
decode ( $input )
encode ( $headers )
huffman_decode ( $input )
huffman_encode ( $input )
init ( )
table_resize ( $maxSize = null ) removal of old entries as per 4.4

비공개 메소드들

메소드 설명
decode_dynamic_integer ( &$input, &$off )
encode_dynamic_integer ( $int )
huffman_codes_init ( )
huffman_lens_init ( )
huffman_lookup_init ( ) (micro-)optimized decode

메소드 상세

decode() 공개 메소드

public decode ( $input )

encode() 공개 정적인 메소드

public static encode ( $headers )

huffman_decode() 공개 정적인 메소드

public static huffman_decode ( $input )

huffman_encode() 공개 정적인 메소드

public static huffman_encode ( $input )

init() 공개 정적인 메소드

public static init ( )

table_resize() 공개 메소드

removal of old entries as per 4.4
public table_resize ( $maxSize = null )