検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 247 for Socket (0.013 sec.)
Binds an HTTP server on the specified address and port 4449
« EventHttp::addServerAlias EventHttp::__construct » PHP Manual EventHttp Binds an HTTP server o ... ew EventBase (); $http = new EventHttp ( $base ); $socket = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ... an HTTP server accept connections on the specified socket stream or resource 関連キーワード: EventHttp , ser ...
https://man.plustar.jp/php/eventhttp.bind.html - [similar]
MySQL データベースに接続する 4449
« MySQL (PDO) MS SQL Server (PDO) » PHP Manual MySQL (PDO) MySQL データベースに接続する PDO_MYSQ ... 定します。 dbname データベース名を指定します。 unix_socket MySQL の unix ソケットを指定します ( host あるいは ... :host=localhost;port=3307;dbname=testdb mysql:unix_socket=/tmp/mysql.sock;dbname=testdb 注意 注意 : Unix のみ ... した場合は、デフォルトのソケットは pdo_mysql.default_socket の設定を使って作られます。 関連キーワード: データベ ...
https://man.plustar.jp/php/ref.pdo-mysql.connection.html - [similar]
Event flags 4429
« 例 About event persistence » PHP Manual Event Event flags Event flags Event::READ This flag in ... ded file descriptor (usually a stream resource, or socket) is ready for reading. Event::WRITE flag indicates ... ded file descriptor (usually a stream resource, or socket) is ready for writing. Event::SIGNAL used to imple ...
https://man.plustar.jp/php/event.flags.html - [similar]
Create new MongoDB Manager 4429
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... s @ , : , or % . When connecting via a Unix domain socket, the socket path may contain special characters su ... erverSelectionTimeoutMS" value. Defaults to true . socketCheckIntervalMS int If a socket has not been used r ... for any operation. Defaults to 5,000 milliseconds. socketTimeoutMS int The time in milliseconds to attempt a ... send or receive on a socket before timing out. Defaults to 300,000 millisecond ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
Gearman 4409
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... ecting task status GearmanClient::setTimeout — Set socket I/O activity timeout GearmanClient::setWarningCall ... data updates GearmanClient::timeout — Get current socket I/O activity timeout value GearmanClient::wait — W ... Set worker options GearmanWorker::setTimeout — Set socket I/O activity timeout GearmanWorker::timeout — Get ...
https://man.plustar.jp/php/book.gearman.html - [similar]
ストリームにタイムアウトを設定する 4409
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... ho $res ; } } ?> 注意 注意 : この関数では、 stream_socket_recvfrom() のような 高度な操作はできません。そのか ... lect() を使用してください。 この関数は、以前は set_socket_timeout() 、その後は socket_set_timeout() と呼ばれ ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
Poll the items 4409
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... rrors. パラメータ readable Array where readable ZMQSockets/PHP streams are returned. The array will be clear ... of the operation. writable Array where writable ZMQSockets/PHP streams are returned. The array will be clear ... xample Create a simple poll server <?php /* Create socket, request-reply pattern (reply socket) */ $context ... = new ZMQContext (); $server = $context -> getSocket ( ZMQ :: SOCKET_REP ); /* Bind to port 5555 on 127 ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
mysqli クラス 4389
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... t $port = ini_get("mysqli.default_port") , string $socket = ini_get("mysqli.default_socket") ) public autoco ... t $port = ini_get("mysqli.default_port") , string $socket = ini_get("mysqli.default_socket") ): void public ... = ? , string $dbname = ? , int $port = ? , string $socket = ? , int $flags = ? ): bool public real_escape_st ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
The Swoole\Http\Server class 4358
« Swoole\Http\Response::write Swoole\Http\Server::on » PHP Manual Swoole The Swoole\Http\Server ... ::addlistener ( string $host , int $port , string $socket_type ): void public Swoole\Server::addProcess ( sw ... erver::listen ( string $host , int $port , string $socket_type ): bool public Swoole\Server::on ( string $ev ... ng $ip , int $port , string $data , string $server_socket = ? ): bool public Swoole\Server::sendwait ( int $ ...
https://man.plustar.jp/php/class.swoole-http-server.html - [similar]
Adds a server alias to the HTTP server object 4358
« EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve ... ew EventBase (); $http = new EventHttp ( $base ); $socket = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ...
https://man.plustar.jp/php/eventhttp.addserveralias.html - [similar]