検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 58 for Listen (0.004 sec.)
The Swoole\Server class 7186
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server clas ... 概要 class Swoole\Server { /* メソッド */ public addlistener ( string $host , int $port , string $socket_type ... rtbeat ( bool $if_close_connection ): mixed public listen ( string $host , int $port , string $socket_type ) ... allable $callback ): void } 目次 Swoole\Server::addlistener — Add a new listener to the server. Swoole\Serve ... all the connections on the server. Swoole\Server::listenListen on the given IP and port, socket type. Sw ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]
ソケットエラーの内容を文字列として返す 7055
« socket_shutdown socket_write » PHP Manual ソケット 関数 ソケットエラーの内容を文字列として返す ... et_connect() - ソケット上の接続を初期化する socket_listen() - ソケット上で接続待ち(listen)する socket_create ...
https://man.plustar.jp/php/function.socket-strerror.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 6996
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... ons on different sockets. 注意 : To bind a socket, listen , and accept connections on the socket in s single ... port )) { exit( "socket_bind failed\n" ); } socket_listen ( $socket [ $i ], 0 ); socket_set_nonblock ( $sock ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
SQL NOTIFY メッセージを取得する 6996
« pg_free_result pg_get_pid » PHP Manual PostgreSQL 関数 SQL NOTIFY メッセージを取得する pg_get_ ... セージを取得します。 通知メッセージを取得するには、 LISTEN SQL コマンドを発行する必要があります。 パラメータ ... _updated' メッセージを監視する pg_query ( $conn , 'LISTEN author_updated;' ); $notify = pg_get_notify ( $con ...
https://man.plustar.jp/php/function.pg-get-notify.html - [similar]
拡張属性を設定する 6996
« xattr_remove xattr_supported » PHP Manual xattr 関数 拡張属性を設定する xattr_set (PECL xattr ... le , 'My ranking' , 'Good' ); xattr_set ( $file , 'Listen count' , '34' ); /* ... その他のコード ... */ prin ... 、この曲を %d 回再生しました" , xattr_get ( $file , 'Listen count' )); ?> 参考 xattr_get() - 拡張属性を取得する ...
https://man.plustar.jp/php/function.xattr-set.html - [similar]
ソケットに書き込む 6923
« socket_strerror socket_wsaprotocol_info_export » PHP Manual ソケット 関数 ソケットに書き込む s ... et_connect() - ソケット上の接続を初期化する socket_listen() - ソケット上で接続待ち(listen)する socket_read() ...
https://man.plustar.jp/php/function.socket-write.html - [similar]
Check all the connections on the server. 6923
« Swoole\Server::getLastError Swoole\Server::listen » PHP Manual Swoole\Server Check all the con ...
https://man.plustar.jp/php/swoole-server.heartbeat.html - [similar]
Creates new connection listener associated with an event base 6791
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... r associated with an event base EventListener::__construct (PECL event >= 1.2.6-beta) EventLis ... tener::__construct — Creates new connection listener associated with an event base 説明 public EventL ... $backlog , mixed $target ) Creates new connection listener associated with an event base. パラメータ base A ... user data attached to cb . flags Bit mask of EventListener::OPT_* constants. See EventListener constants . ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
リソース型 6791
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 PHP 8.0.0 より前の ... connect() , socket_addrinfo_bind() , socket_create_listen() , socket_wsaprotocol_info_import() および socket ...
https://man.plustar.jp/php/sockets.resources.html - [similar]
ソケットのオプションを取得する 6733
« socket_export_stream socket_getopt » PHP Manual ソケット 関数 ソケットのオプションを取得する s ... ソケットの識別子を設定します。 int SO_ACCEPTFILTER listen しているソケットに対し、accept filter を追加します ... et_get_option() の例 <?php $socket = socket_create_listen ( 1223 ); $linger = array( 'l_linger' => 1 , 'l_on ... OL_SOCKET , SO_REUSEADDR )); ?> 参考 socket_create_listen() - 接続を受けつけるためにポートにソケットをオープ ...
https://man.plustar.jp/php/function.socket-get-option.html - [similar]
PREV 1 2 3 4 5 6 NEXT