検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 224 for port (0.024 sec.)
接続したソケットからデータを受信する 5325
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... et_recv() を使う形式にしたものです。 <?php error_reporting ( E_ALL ); echo "<h2>TCP/IP Connection</h2>\n" ... ; /* WWW サービスのポートを取得します */ $service_port = getservbyname ( 'www' , 'tcp' ); /* 対象となるホ ... ; } echo "Attempting to connect to ' $address ' on port ' $service_port '..." ; $result = socket_connect ( ... $socket , $address , $service_port ); if ( $result === false ) { echo "socket_connect ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
Send data to the remote UDP address. 5325
« Swoole\Server::sendMessage Swoole\Server::sendwait » PHP Manual Swoole\Server Send data to the ... 明 public Swoole\Server::sendto ( string $ip , int $port , string $data , string $server_socket = ? ): bool ... パラメータ ip port data server_socket 戻り値 関連キーワード: data , S ...
https://man.plustar.jp/php/swoole-server.sendto.html - [similar]
The EventListener class 5242
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... static getSocketName ( string &$address , mixed &$port = ? ): bool public setCallback ( callable $cb , mi ... et is closed, no other socket can bind to the same port until a while has passed. Setting this option make ... another socket can be opened to listen on the same port. EventListener::OPT_THREADSAFE Allocate locks for ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
サーバーのパラメータおよび状態を、実行時に変更する 5242
« Memcache::setCompressThreshold Memcache 関数 » PHP Manual Memcache サーバーのパラメータおよび状 ... 説明 Memcache::setServerParams ( string $host , int $port = 11211 , int $timeout = ? , int $retry_interval = ... t memcached が接続を待ち受けるホストを指定します。 port memcached が接続を待ち受けるポートを指定します。 t ... php function _callback_memcache_failure ( $host , $port ) { print "memcache ' $host : $port ' failed" ; } ...
https://man.plustar.jp/php/memcache.setserverparams.html - [similar]
MySQL データベースに接続する 5242
« MySQL (PDO) MS SQL Server (PDO) » PHP Manual MySQL (PDO) MySQL データベースに接続する PDO_MYSQ ... データベースサーバーが存在するホスト名を指定します。 port データベースサーバーが待機しているポートを指定しま ... MySQL の unix ソケットを指定します ( host あるいは port と同時に使用することはできません)。 charset 文字セ ... 全な例は、このようになります。 mysql:host=localhost;port=3307;dbname=testdb mysql:unix_socket=/tmp/mysql.so ...
https://man.plustar.jp/php/ref.pdo-mysql.connection.html - [similar]
The Swoole\Client class 5200
« Swoole\Channel::stats Swoole\Client::close » PHP Manual Swoole The Swoole\Client class The Swo ... e = ? ): bool public connect ( string $host , int $port = ? , int $timeout = ? , int $flag = ? ): bool pub ... fset = ? ): bool public sendto ( string $ip , int $port , string $data ): bool public set ( array $setting ... Client::connect — Connect to the remote TCP or UDP port. Swoole\Client::__construct — Create Swoole sync o ...
https://man.plustar.jp/php/class.swoole-client.html - [similar]
Create a new encryption data key 5200
« MongoDB\Driver\ClientEncryption::__construct MongoDB\Driver\ClientEncryption::decrypt » PHP Ma ... st identifier to send KMS requests to. May include port number. If kmsProvider is "azure" , this option is ... yVaultEndpoint string Required. Host with optional port (e.g. "example.vault.azure.net"). keyName string R ... sion. endpoint string Optional. Host with optional port. Defaults to "cloudkms.googleapis.com". keyAltName ... 説明 PECL mongodb 1.10.0 Azure and GCP are now supported as KMS providers for client-side encryption. 関連 ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.createdatakey.html - [similar]
持続的な PostgreSQL 接続をオープンする 5159
« pg_parameter_status pg_ping » PHP Manual PostgreSQL 関数 持続的な PostgreSQL 接続をオープンする ... きるパラメータは以下のとおりです。 host , hostaddr , port , dbname , user , password , connect_timeout , opt ... ースに接続 $dbconn2 = pg_pconnect ( "host=localhost port=5432 dbname=mary" ); // "localhost"のポート"5432"に ... タベースに接続 $dbconn3 = pg_pconnect ( "host=sheep port=5432 dbname=mary user=lamb password=foo" ); // ユー ... 名前のデータベースに接続 $conn_string = "host=sheep port=5432 dbname=test user=lamb password=bar" ; $dbconn ...
https://man.plustar.jp/php/function.pg-pconnect.html - [similar]
Add job servers 5159
« GearmanWorker::addServer GearmanWorker::clone » PHP Manual GearmanWorker Add job servers Gearm ... a separated list of job servers in the format host:port. If no port is specified, it defaults to 4730. 戻り ...
https://man.plustar.jp/php/gearmanworker.addservers.html - [similar]
memcached サーバーへの持続的な接続をオープンする 5159
« Memcache::increment Memcache::replace » PHP Manual Memcache memcached サーバーへの持続的な接続 ... ンする 説明 Memcache::pconnect ( string $host , int $port = ? , int $timeout = ? ): mixed Memcache::pconnect ... ると Unix ドメインソケットを使用できます。この場合、 port は 0 を指定しなければなりません。 port memcached が ...
https://man.plustar.jp/php/memcache.pconnect.html - [similar]