検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 746 for SERVER (0.074 sec.)
データベース接続の属性を取得する 3294
« PDO::exec PDO::getAvailableDrivers » PHP Manual PDO データベース接続の属性を取得する PDO::getA ... PDO::ATTR_PERSISTENT PDO::ATTR_PREFETCH PDO::ATTR_SERVER_INFO PDO::ATTR_SERVER_VERSION PDO::ATTR_TIMEOUT ド ... S" , "ORACLE_NULLS" , "PERSISTENT" , "PREFETCH" , "SERVER_INFO" , "SERVER_VERSION" , "TIMEOUT" ); foreach ( ...
https://man.plustar.jp/php/pdo.getattribute.html - [similar]
SOAP リクエストを処理する 3294
« SoapServer::getFunctions SoapServer::setClass » PHP Manual SoapServer SOAP リクエストを処理する ... SoapServer::handle (PHP 5, PHP 7, PHP 8) SoapServer::handle — ... SOAP リクエストを処理する 説明 public SoapServer::handle ( ? string $request = null ): void SOAP リ ... 0.0 request は、nullable になりました。 例 例1 SoapServer::handle() の例 <?php function test ( $x ) { return ... $x ; } $server = new SoapServer ( null , array( 'uri' => "http:// ...
https://man.plustar.jp/php/soapserver.handle.html - [similar]
Poll the items 3294
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... r. 例 例1 A ZMQPoll() example Create a simple poll server <?php /* Create socket, request-reply pattern (rep ... ly socket) */ $context = new ZMQContext (); $server = $context -> getSocket ( ZMQ :: SOCKET_REP ); /* ... Bind to port 5555 on 127.0.0.1 */ $server -> bind ( "tcp://127.0.0.1:5555" ); /* Create new ... nd listen for poll in/out */ $id = $poll -> add ( $server , ZMQ :: POLL_IN | ZMQ :: POLL_OUT ); echo "Added ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
The MongoDB\Driver\Monitoring\CommandFailedEvent class 3281
« MongoDB\Driver\Monitoring\removeSubscriber MongoDB\Driver\Monitoring\CommandFailedEvent::getCo ... nal public getRequestId (): string final public getServer (): MongoDB\Driver\Server final public getServerCo ... D MongoDB\Driver\Monitoring\CommandFailedEvent::getServer — Returns the Server on which the command was exec ... d MongoDB\Driver\Monitoring\CommandFailedEvent::getServerConnectionId — Returns the server connection ID for ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-commandfailedevent.ht... - [similar]
Returns information about the client and specified connection 3281
« sqlsrv_cancel sqlsrv_close » PHP Manual SQLSRV 関数 Returns information about the client and s ... L DriverODBCVer ODBC version (xx.yy) DriverVer SQL Server Native Client DLL version (10.5.xxx) ExtensionVer ... .xxx.x) 例 例1 sqlsrv_client_info() example <?php $serverName = "serverName\sqlexpress" ; $connOptions = arr ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connOptions ); if( $conn === false ) { die( ... retrieving client info.<br />" ; } ?> 参考 sqlsrv_server_info() - Returns information about the server 関連 ...
https://man.plustar.jp/php/function.sqlsrv-client-info.html - [similar]
Basic Gearman client and worker, background 3281
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... t and worker. The client sends a string to the job server as a background job, and the worker reverses the s ... gmclient = new GearmanClient (); # add the default server (localhost) $gmclient -> addServer (); # run rever ... t. $gmworker = new GearmanWorker (); # Add default server (localhost). $gmworker -> addServer (); # Register ... function "reverse" with the server. Change the worker function to # "reverse_fn_fast" ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
はじめに 3281
« Solr インストール/設定 » PHP Manual Solr はじめに はじめに Solr エクステンションにより、PHP で ... ECL 拡張モジュールのバージョン 1.x は、Apache Solr Server 1.3 から 3.x までをサポートします。 PECL 拡張モジュ ... ールのバージョン 2.x は、Apache Solr Server 4.0 以降をサポートします。 文書を追加したり、Solr ... ン , サポート , 通信 , ツール , 拡張 , モジュール , Server , クエリ , 組み込み ...
https://man.plustar.jp/php/intro.solr.html - [similar]
Execute a database command that writes 3281
« MongoDB\Driver\Manager::executeReadWriteCommand MongoDB\Driver\Manager::getEncryptedFieldsMap ... \Driver\Cursor Executes the command on the primary server. This method will apply logic that is specific to ... nds that write (e.g. » drop ) and take the MongoDB server version into account. The "writeConcern" option wi ... abase command that reads and writes MongoDB\Driver\Server::executeWriteCommand() - Execute a database comman ... d that writes on this server 関連キーワード: Driver , command , Execute , datab ...
https://man.plustar.jp/php/mongodb-driver-manager.executewritecommand.html - [similar]
Win32Service サービス制御メッセージが受領されたときのビットマスク 3281
« Win32Service サービス制御メッセージ定数 Win32Service サービス開始型定数 » PHP Manual 定義済み定 ... の通知を受け取れることを表します。 この値は Windows Server 2003 や Windows XP/2000 以降では使えません。 WIN32 ... 通知をサービスに送信できるようになります。 Windows Server 2008, Windows Vista, Windows Server 2003, and Wind ... 通知をサービスに送信できるようになります。 Windows Server 2008, Windows Vista, Windows Server 2003, and Wind ...
https://man.plustar.jp/php/win32service.constants.controlsaccepted.html - [similar]
The Swoole\WebSocket\Frame class 3267
« Swoole\Timer::tick Swoole\WebSocket\Server » PHP Manual Swoole The Swoole\WebSocket\Frame clas ... /* メソッド */ } 関連キーワード: Swoole , Timer , Server , swoole , クラス , 概要 , メソッド , ...
https://man.plustar.jp/php/class.swoole-websocket-frame.html - [similar]