Results of 71 - 80 of about 162 for command (0.014 sec.)
- Application Performance Monitoring (APM) 5398
- « Using the PHP Library for MongoDB (PHPLIB) Driver Architecture and Internals » PHP Manual Tuto
...
bscriber API, which allows applications to monitor commands and internal activity pertaining to the » Server ...
ing Specification . This tutorial will demonstrate command monitoring using the MongoDB\Driver\Monitoring\Com ...
ubscriber interface. The MongoDB\Driver\Monitoring\CommandSubscriber interface defines three methods: command ...
Started , commandSucceeded , and commandFailed . Each of these three ...
-
https://man.plustar.jp/php/mongodb.tutorial.apm.html
- [similar]
- Return the servers to which this manager is connected 5364
- « MongoDB\Driver\Manager::getReadPreference MongoDB\Driver\Manager::getWriteConcern » PHP Manual
...
array. */ var_dump ( $manager -> getServers ()); $command = new MongoDB \ Driver \ Command ([ 'ping' => 1 ]) ...
; $manager -> executeCommand ( 'db' , $command ); var_dump ( $manager -> getSer ...
-
https://man.plustar.jp/php/mongodb-driver-manager.getservers.html
- [similar]
- SCM データベースに新しいサービスのエントリを作成する 5307
- « win32_continue_service win32_delete_service » PHP Manual win32service 関数 SCM データベースに新
...
BOOT に設定する場合にだけ使ってください。 recovery_command アクションが WIN32_SC_ACTION_RUN_COMMAND に設定され ...
very_enabled , recovery_reboot_msg および recovery_command パラメータが追加されました。 例 例1 win32_create_s ...
起動する 'recovery_action_2' => WIN32_SC_ACTION_RUN_COMMAND , // 2回目の失敗時にはコマンドを実行 'recovery_act ...
不要ならリブート時のメッセージは定義するな 'recovery_command' => "c:\clean-service.bat" , // アクションが WIN32 ...
-
https://man.plustar.jp/php/function.win32-create-service.html
- [similar]
- 統計情報 5307
- « 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、
...
ける、COM_CHANGE_USER パケットの数 同上 packets_sent_command Connection PHP から MySQL に送信されたMySQL クライ ...
起きた回数を知る方法もありません。記録されるエラーは command_buffer_too_small (後述) の値くらいです。 MySQL のク ...
ットを除きます。たとえば mysqli_options(MYSQLI_INIT_COMMAND , ...) 関数の呼び出しがそれにあたります。 proto_te ...
、 disconnect_close と呼ばれています。 in_middle_of_command_close Process コマンドの実行中(クエリを送信し、応答 ...
-
https://man.plustar.jp/php/mysqlnd.stats.html
- [similar]
- 例 5307
- « リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f
...
以下のようになります。 object(StompFrame)#2 (3) { ["command"]=> string(7) "MESSAGE" ["headers"]=> array(5) { [ ...
出力は、 たとえば以下のようになります。 array(3) { ["command"]=> string(7) "MESSAGE" ["body"]=> string(3) "bar" ...
" } } 関連キーワード: string , 例 , array , 出力 , command , destination , queue , timestamp , expires , prio ...
-
https://man.plustar.jp/php/stomp.examples.html
- [similar]
- 外部プログラムを実行し、未整形の出力を表示する 5272
- « exec proc_close » PHP Manual プログラム実行関数 外部プログラムを実行し、未整形の出力を表示する
...
行し、未整形の出力を表示する 説明 passthru ( string $command , int &$result_code = null ): ? bool passthru() 関 ...
数は exec() 関数と同様、 command を実行します。 引数 return_code を指定した場合、 U ...
P スクリプトを作成 することができます。 パラメータ command 実行するコマンド result_code 引数 result_code が存 ...
-
https://man.plustar.jp/php/function.passthru.html
- [similar]
- The MongoDB\Driver\Cursor class 5250
- « MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD
...
Cursor class encapsulates the results of a MongoDB command or query and may be returned by MongoDB\Driver\Man ...
ager::executeCommand() or MongoDB\Driver\Manager::executeQuery() , resp ...
eading a result set MongoDB\Driver\Manager::executeCommand() and MongoDB\Driver\Manager::executeQuery() both ...
can be used to iterate over the result set of the command or query. Because MongoDB\Driver\Cursor implements ...
-
https://man.plustar.jp/php/class.mongodb-driver-cursor.html
- [similar]
- Packs a database 5250
- « dbase_open dbase_replace_record » PHP Manual dBase 関数 Packs a database dbase_pack (PHP 5 < 5
...
r successful packing (contrary to dBASE III's PACK command). パラメータ database The database resource, retur ...
, Packs , record , pack , resource , open , 失敗 , command , パラメータ , returned ...
-
https://man.plustar.jp/php/function.dbase-pack.html
- [similar]
- Win32 サービスの情報 5250
- « Win32 リカバリアクション Win32ServiceException » PHP Manual 定義済み定数 Win32 サービスの情報
...
ERY_REBOOT_MSG "recovery_reboot_msg" INFO_RECOVERY_COMMAND "recovery_command" 関連キーワード: recovery , サー ...
-
https://man.plustar.jp/php/win32service.constants.serviceinfos.html
- [similar]
- Installing the MongoDB PHP Driver with PECL 5215
- « インストール手順 Installing the MongoDB PHP Driver on macOS with Homebrew » PHP Manual インスト
...
Linux, Unix, and macOS users may run the following command to install the driver: $ sudo pecl install mongodb ...
), note that each version of PHP has its own pecl command and php.ini file. Installing the driver via PECL w ...
-
https://man.plustar.jp/php/mongodb.installation.pecl.html
- [similar]