検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 224 for port (0.051 sec.)
Returns the port on which this server is listening 6373
« MongoDB\Driver\Monitoring\ServerOpeningEvent::getHost MongoDB\Driver\Monitoring\ServerOpeningE ... B\Driver\Monitoring\ServerOpeningEvent Returns the port on which this server is listening MongoDB\Driver\M ... onitoring\ServerOpeningEvent::getPort (mongodb >=1.13.0) MongoDB\Driver\Monitoring\Serve ... rOpeningEvent::getPort — Returns the port on which this server is listeni ... c MongoDB\Driver\Monitoring\ServerOpeningEvent::getPort (): int パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/mongodb-driver-monitoring-serveropeningevent.getport.... - [similar]
6332
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... この例は、簡単な応答サーバーです。変数 address と port を設定と実行環境に合うように変更してください。 この ... を入力します。 #!/usr/local/bin/php -q <?php error_reporting ( E_ALL ); /* Allow the script to hang around w ... ob_implicit_flush (); $address = '192.168.1.53' ; $port = 10000 ; if (( $sock = socket_create ( AF_INET , ... . "\n" ; } if ( socket_bind ( $sock , $address , $port ) === false ) { echo "socket_bind() failed: reason ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
Sets a callback for specified URI 6290
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... mple HTTP server. * * To test it: * 1) Run it on a port of your choice, e.g.: * $ php examples/http.php 80 ... n another terminal connect to some address on this port * and make GET or POST request(others are turned o ... $req -> sendReply ( 200 , "OK" ); echo "OK\n" ; } $port = 8010 ; if ( $argc > 1 ) { $port = (int) $argv [ ... 1 ]; } if ( $port <= 0 || $port > 65535 ) { exit( "Invalid port" ); ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
Set callback for connection close 6166
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... ndReply(200, "OK"); $req->sendReplyChunk($buf); } $port = 4242; if ($argc > 1) { $port = (int) $argv[1]; } ... if ($port <= 0 || $port > 65535) { exit("Invalid port"); } $ ... ck("_http_default", NULL); $http->bind("0.0.0.0", $port); $base->loop(); ?> 関連キーワード: callback , con ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
The Swoole\Http\Server class 6083
« Swoole\Http\Response::write Swoole\Http\Server::on » PHP Manual Swoole The Swoole\Http\Server ... c Swoole\Server::addlistener ( string $host , int $port , string $socket_type ): void public Swoole\Server ... ( callable $callback ): void public Swoole\Server\Port::__destruct (): void public Swoole\Server\Port::on ... lable $callback ): ReturnType public Swoole\Server\Port::set ( array $settings ): void public Swoole\Serve ... public Swoole\Server::listen ( string $host , int $port , string $socket_type ): bool public Swoole\Server ...
https://man.plustar.jp/php/class.swoole-http-server.html - [similar]
Constructs EventHttp object(the HTTP server) 6083
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... vailable only if Event is compiled with OpenSSL support and only with Libevent 2.1.0-alpha and higher. 戻り ... 変更履歴 バージョン 説明 PECL event 1.9.0 OpenSSL support ( ctx ) added. 例 例1 Simple HTTP server <?php /* ... mple HTTP server. * * To test it: * 1) Run it on a port of your choice, e.g.: * $ php examples/http.php 80 ... n another terminal connect to some address on this port * and make GET or POST request(others are turned o ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
The Swoole\Redis\Server class 5958
« Swoole\Process::write Swoole\Redis\Server::format » PHP Manual Swoole The Swoole\Redis\Server ... c Swoole\Server::addlistener ( string $host , int $port , string $socket_type ): void public Swoole\Server ... ( callable $callback ): void public Swoole\Server\Port::__destruct (): void public Swoole\Server\Port::on ... lable $callback ): ReturnType public Swoole\Server\Port::set ( array $settings ): void public Swoole\Serve ... public Swoole\Server::listen ( string $host , int $port , string $socket_type ): bool public Swoole\Server ...
https://man.plustar.jp/php/class.swoole-redis-server.html - [similar]
Construct the async HTTP client. 5958
« Swoole\Http\Client::close Swoole\Http\Client::__destruct » PHP Manual Swoole\Http\Client Const ... \Http\Client::__construct ( string $host , string $port = ? , bool $ssl = ? ) パラメータ host The hostname ... of the remote host. port The port number of the remote host. ssl Whether to ...
https://man.plustar.jp/php/swoole-http-client.construct.html - [similar]
新規に MySQL サーバーへの接続をオープンする 5917
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... mysqli.default_pw") , string $database = "" , int $port = ini_get("mysqli.default_port") , string $socket ... mysqli.default_pw") , string $database = "" , int $port = ini_get("mysqli.default_port") , string $socket ... mysqli.default_pw") , string $database = "" , int $port = ini_get("mysqli.default_port") , string $socket ... クエリが行われるデフォルトのデータベースとなります。 port MySQL サーバーに接続する際のポート番号を指定します ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
Send data to the remote UDP address. 5875
« Swoole\Client::sendfile Swoole\Client::set » PHP Manual Swoole\Client Send data to the remote ... 明 public Swoole\Client::sendto ( string $ip , int $port , string $data ): bool The swoole client should be ... ータ ip The IP address of remote host, IPv4 or IPv6. port The port number of remote host. data The data to s ...
https://man.plustar.jp/php/swoole-client.sendto.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT