Php/docs/class.zmqdevice

提供:Dev Guides
< Php
2020年12月14日 (月) 11:03時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(No version information available, might only be in Git)

はじめに

クラス概要


ZMQDevice {

/* Methods */

__construct ( ZMQSocket $frontend , ZMQSocket $backend [, ZMQSocket $listener ] )

public getIdleTimeout ( ) : ZMQDevice

public getTimerTimeout ( ) : ZMQDevice

public run ( ) : void

public setIdleCallback ( callable $cb_func , int $timeout [, mixed $user_data ] ) : ZMQDevice

public setIdleTimeout ( int $timeout ) : ZMQDevice

public setTimerCallback ( callable $cb_func , int $timeout [, mixed $user_data ] ) : ZMQDevice

public setTimerTimeout ( int $timeout ) : ZMQDevice

}

目次