php-amqplib

Constants
in package

Table of Contents

AMQP_HEADER  = ''
VERSION  = ''
$GLOBAL_METHOD_NAMES  : array<string, string>
$CLOSE_METHODS  : array<int, string>
$CONTENT_METHODS  : array<int, string>
$FRAME_TYPES  : array<int, string>
getFrameType()  : string
getHeader()  : string
isCloseMethod()  : bool
isContentMethod()  : bool
isFrameType()  : bool

Constants

Properties

$GLOBAL_METHOD_NAMES

public static array<string, string> $GLOBAL_METHOD_NAMES = array()

$CLOSE_METHODS

protected static array<int, string> $CLOSE_METHODS = array()

$CONTENT_METHODS

protected static array<int, string> $CONTENT_METHODS = array()

$FRAME_TYPES

protected static array<int, string> $FRAME_TYPES = array()

Methods

getFrameType()

public getFrameType(int $type) : string
Parameters
$type : int
Return values
string

getHeader()

public getHeader() : string
Return values
string

isCloseMethod()

public isCloseMethod(string $method) : bool
Parameters
$method : string
Return values
bool

isContentMethod()

public isContentMethod(string $method) : bool
Parameters
$method : string
Return values
bool

isFrameType()

public isFrameType(int $type) : bool
Parameters
$type : int
Return values
bool

Search results