PHP Class Kraken\Ipc\Zmq\ZmqContext

Afficher le fichier Open project: kraken-php/framework Class Usage Examples

Méthodes publiques

Méthode Description
__call ( string $method, mixed[] $args ) : ZmqSocket | mixed
__construct ( Kraken\Loop\LoopInterface $loop, ZMQContext $context = null )

Private Methods

Méthode Description
isReadableSocketType ( $type ) : boolean
wrapSocket ( ZMQSocket $socket ) : ZmqSocket

Method Details

__call() public méthode

public __call ( string $method, mixed[] $args ) : ZmqSocket | mixed
$method string
$args mixed[]
Résultat ZmqSocket | mixed

__construct() public méthode

public __construct ( Kraken\Loop\LoopInterface $loop, ZMQContext $context = null )
$loop Kraken\Loop\LoopInterface
$context ZMQContext