Results of 51 - 60 of about 162 for command (0.004 sec.)
- Returns the database on which the command was executed 6165
- « MongoDB\Driver\Monitoring\CommandStartedEvent::getCommandName MongoDB\Driver\Monitoring\Command
...
OperationId » PHP Manual MongoDB\Driver\Monitoring\CommandStartedEvent Returns the database on which the comm ...
and was executed MongoDB\Driver\Monitoring\CommandStartedEvent::getDatabaseName (mongodb >=1.3.0) Mon ...
goDB\Driver\Monitoring\CommandStartedEvent::getDatabaseName — Returns the databas ...
e on which the command was executed 説明 final public MongoDB\Driver\Moni ...
-
https://man.plustar.jp/php/mongodb-driver-monitoring-commandstartedevent.getdata...
- [similar]
- Returns the command reply document 6142
- « MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId MongoDB\Driver\Monitoring\Command
...
etRequestId » PHP Manual MongoDB\Driver\Monitoring\CommandFailedEvent Returns the command reply document Mong ...
oDB\Driver\Monitoring\CommandFailedEvent::getReply (mongodb >=1.5.0) MongoDB\Dri ...
ver\Monitoring\CommandFailedEvent::getReply — Returns the command reply d ...
cument 説明 final public MongoDB\Driver\Monitoring\CommandFailedEvent::getReply (): object The reply document ...
-
https://man.plustar.jp/php/mongodb-driver-monitoring-commandfailedevent.getreply...
- [similar]
- Returns the command reply document 6142
- « MongoDB\Driver\Monitoring\CommandSucceededEvent::getOperationId MongoDB\Driver\Monitoring\Command
...
etRequestId » PHP Manual MongoDB\Driver\Monitoring\CommandSucceededEvent Returns the command reply document M ...
ongoDB\Driver\Monitoring\CommandSucceededEvent::getReply (mongodb >=1.3.0) MongoDB\ ...
Driver\Monitoring\CommandSucceededEvent::getReply — Returns the command repl ...
cument 説明 final public MongoDB\Driver\Monitoring\CommandSucceededEvent::getReply (): object The reply docum ...
-
https://man.plustar.jp/php/mongodb-driver-monitoring-commandsucceededevent.getre...
- [similar]
- Returns the load balancer service ID for the command 6107
- « MongoDB\Driver\Monitoring\CommandFailedEvent::getServerConnectionId MongoDB\Driver\Monitoring\
...
tartedEvent » PHP Manual MongoDB\Driver\Monitoring\CommandFailedEvent Returns the load balancer service ID fo ...
r the command MongoDB\Driver\Monitoring\CommandFailedEvent::getS ...
iceId (mongodb >=1.11.0) MongoDB\Driver\Monitoring\CommandFailedEvent::getServiceId — Returns the load balanc ...
er service ID for the command 説明 final public MongoDB\Driver\Monitoring\Comman ...
-
https://man.plustar.jp/php/mongodb-driver-monitoring-commandfailedevent.getservi...
- [similar]
- Returns the load balancer service ID for the command 6107
- « MongoDB\Driver\Monitoring\CommandStartedEvent::getServerConnectionId MongoDB\Driver\Monitoring
...
\CommandSucceededEvent » PHP Manual MongoDB\Driver\Monitori ...
ng\CommandStartedEvent Returns the load balancer service ID f ...
or the command MongoDB\Driver\Monitoring\CommandStartedEvent::get ...
iceId (mongodb >=1.11.0) MongoDB\Driver\Monitoring\CommandStartedEvent::getServiceId — Returns the load balan ...
-
https://man.plustar.jp/php/mongodb-driver-monitoring-commandstartedevent.getserv...
- [similar]
- Returns the load balancer service ID for the command 6107
- « MongoDB\Driver\Monitoring\CommandSucceededEvent::getServerConnectionId MongoDB\Driver\Monitori
...
hangedEvent » PHP Manual MongoDB\Driver\Monitoring\CommandSucceededEvent Returns the load balancer service ID ...
for the command MongoDB\Driver\Monitoring\CommandSucceededEvent::g ...
iceId (mongodb >=1.11.0) MongoDB\Driver\Monitoring\CommandSucceededEvent::getServiceId — Returns the load bal ...
ancer service ID for the command 説明 final public MongoDB\Driver\Monitoring\Comman ...
-
https://man.plustar.jp/php/mongodb-driver-monitoring-commandsucceededevent.getse...
- [similar]
- シェルのメタ文字をエスケープする 6050
- « escapeshellarg exec » PHP Manual プログラム実行関数 シェルのメタ文字をエスケープする escapeshe
...
タ文字をエスケープする 説明 escapeshellcmd ( string $command ): string escapeshellcmd() は、文字列中においてシェ ...
の前にキャレット ( ^ ) が付加されます。 パラメータ command エスケープされるコマンド 戻り値 エスケープされた文 ...
図的に、任意の数の引数を指定できるようにしています $command = './configure ' . $_POST [ 'configure_options' ]; ...
$escaped_command = escapeshellcmd ( $command ); system ( $escaped_c ...
-
https://man.plustar.jp/php/function.escapeshellcmd.html
- [similar]
- Returns the server's most recent "hello" response 5959
- « MongoDB\Driver\ServerDescription MongoDB\Driver\ServerDescription::getHost » PHP Manual MongoD
...
\Driver\ServerDescription was constructed) » hello command response obtained through » server monitoring . 注 ...
, which would return the backing server's » hello command response from the initial connection handshake. パ ...
rray of information describing this server » hello command in the MongoDB manual » Server Discovery and Monit ...
nt , ServerDescription , array , the , hello , s , command ...
-
https://man.plustar.jp/php/mongodb-driver-serverdescription.gethelloresponse.htm...
- [similar]
- The MongoDB\Driver\Exception\CommandException class 5924
- « MongoDB\Driver\Exception\BulkWriteException MongoDB\Driver\Exception\CommandException::getResu
...
goDB\Driver\Exception The MongoDB\Driver\Exception\CommandException class The MongoDB\Driver\Exception\Comman ...
on class (mongodb >= 1.5.0) はじめに Thrown when a command fails. クラス概要 class MongoDB\Driver\Exception\C ...
ent The result document associated with the failed command. 目次 MongoDB\Driver\Exception\CommandException::g ...
ument — Returns the result document for the failed command 関連キーワード: Exception , Driver , CommandExcept ...
-
https://man.plustar.jp/php/class.mongodb-driver-exception-commandexception.html
- [similar]
- SITEコマンドをサーバーに送信する 5867
- « ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4
...
信する 説明 ftp_site ( FTP\Connection $ftp , string $command ): bool ftp_site() は、指定された SITE コマンドを ...
パラメータ ftp FTP\Connection クラスのインスタンス command SITE コマンド。このパラメータはエスケープされないの ...
p , 'CHMOD 0600 /home/user/privatefile' )) { echo "Command executed successfully.\n" ; } else { die( 'Command ...
, site , Connection , パラメータ , インスタンス , command , バージョン ...
-
https://man.plustar.jp/php/function.ftp-site.html
- [similar]