Results of 1 - 10 of about 1275 for For (0.004 sec.)
- Create new MongoDB Manager 5715
- « MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man
...
and Monitoring Specification , this constructor performs no I/O. Connections will be initialized on deman ...
s parameter, the driver will implicitly enable TLS for its connections. To avoid this, either explicitly ...
oDB ドライバーは、 exec() システムコールを呼ばすに fork() システムコールを使っているスクリプトの影響を受け ...
],...[,hostN[:portN]]][/[defaultAuthDb][?options]] For details on supported URI options, see » Connection ...
-
https://man.plustar.jp/php/mongodb-driver-manager.construct.html
- [similar]
- 定義済み定数 5653
- « リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま
...
る場合のみ使用可能です。 SQLSRV_FETCH_ASSOC ( int ) Forces sqlsrv_fetch_array() to return an associative a ...
assed as a parameter. SQLSRV_FETCH_NUMERIC ( int ) Forces sqlsrv_fetch_array() to return an array with nu ...
n passed as a parameter. SQLSRV_FETCH_BOTH ( int ) Forces sqlsrv_fetch_array() to return an array with bo ...
ter (the default behavior). SQLSRV_ERR_ALL ( int ) Forces sqlsrv_errors() to return both errors and warin ...
-
https://man.plustar.jp/php/sqlsrv.constants.html
- [similar]
- Gearman 5193
- « FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設
...
nd GearmanClient::doJobHandle — Get the job handle for the running task GearmanClient::doLow — Run a sing ...
a result GearmanClient::doStatus — Get the status for the running task GearmanClient::echo — Send data t ...
ed] GearmanClient::error — Returns an error string for the last error encountered GearmanClient::getErrno ...
ck — Callback function when there is a data packet for a task (deprecated) GearmanClient::setCompleteCall ...
-
https://man.plustar.jp/php/book.gearman.html
- [similar]
- Returns error and warning information about the last SQLSRV operation performed 5086
- « sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a
...
bout the last SQLSRV operation performed sqlsrv_errors (No version information available ...
n Git) sqlsrv_errors — Returns error and warning information about the last SQLSRV operation performed 説 ...
rWarnings = ? ): mixed Returns error and warning information about the last SQLSRV operation performed. パ ...
ラメータ errorsOrWarnings Determines whether error information, warning information, or both are returned. ...
-
https://man.plustar.jp/php/function.sqlsrv-errors.html
- [similar]
- Callback function when there is a data packet for a task (deprecated) 5064
- « GearmanClient::runTasks GearmanClient::setCompleteCallback » PHP Manual GearmanClient Callback
...
function when there is a data packet for a task (deprecated) GearmanClient::setClientCallba ...
ck — Callback function when there is a data packet for a task (deprecated) 説明 public GearmanClient::set ...
lable $callback ): void Sets the callback function for accepting data packets for a task. The callback fu ...
armanClient::setCreatedCallback() - Set a callback for when a task is queued GearmanClient::setDataCallba ...
-
https://man.plustar.jp/php/gearmanclient.setclientcallback.html
- [similar]
- Callback function when there is a data packet for a task 5041
- « GearmanClient::setData GearmanClient::setExceptionCallback » PHP Manual GearmanClient Callback
...
function when there is a data packet for a task GearmanClient::setDataCallback (PECL gearma ...
ck — Callback function when there is a data packet for a task 説明 public GearmanClient::setDataCallback ...
lable $callback ): bool Sets the callback function for accepting data packets for a task. The callback fu ...
armanClient::setCreatedCallback() - Set a callback for when a task is queued GearmanClient::setExceptionC ...
-
https://man.plustar.jp/php/gearmanclient.setdatacallback.html
- [similar]
- Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 5024
- « sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a
...
r sqlsrv_query sqlsrv_field_metadata (No version information available, might only be in Git) sqlsrv_fiel ...
d_metadata — Retrieves metadata for the fields of a statement prepared by sqlsrv_prepa ...
adata ( resource $stmt ): mixed Retrieves metadata for the fields of a statement prepared by sqlsrv_prepa ...
rv_field_metadata() can be called on a statement before or after statement execution. パラメータ stmt The ...
-
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html
- [similar]
- Monitoring classes and subscriber functions 5024
- « MongoDB\BSON\Undefined::unserialize 関数 » PHP Manual MongoDB Monitoring classes and subscribe
...
verConnectionId — Returns the server connection ID for the command MongoDB\Driver\Monitoring\CommandFaile ...
etServiceId — Returns the load balancer service ID for the command MongoDB\Driver\Monitoring\CommandStart ...
verConnectionId — Returns the server connection ID for the command MongoDB\Driver\Monitoring\CommandStart ...
etServiceId — Returns the load balancer service ID for the command MongoDB\Driver\Monitoring\CommandSucce ...
-
https://man.plustar.jp/php/mongodb.monitoring.html
- [similar]
- MongoDB driver classes 5002
- « Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo
...
turn the encryptedFieldsMap auto encryption option for the Manager MongoDB\Driver\Manager::getReadConcern ...
— Return the ReadConcern for the Manager MongoDB\Driver\Manager::getReadPrefere ...
nce — Return the ReadPreference for the Manager MongoDB\Driver\Manager::getServers — R ...
Manager::getWriteConcern — Return the WriteConcern for the Manager MongoDB\Driver\Manager::removeSubscrib ...
-
https://man.plustar.jp/php/book.mongodb.html
- [similar]
- for 4979
- « do-while foreach » PHP Manual 制御構造 for for (PHP 4, PHP 5, PHP 7, PHP 8) for ループは、PHPで
...
最も複雑なループです。 for は、Cのforループと同様に動作します。 for ループの構 ...
文は、次のようになります。 for (式1; 式2; 式3) 文 最初の式( 式1 )は、ループ開始時 ...
この機能は、初心者が想像するよりもずっと便利です。 for の式の結果ではなく条件付き break 文を使ってループを ...
1 から 10 までの数を表示します。 <?php /* 例 1 */ for ( $i = 1 ; $i <= 10 ; $i ++) { echo $i ; } /* 例 2 ...
-
https://man.plustar.jp/php/control-structures.for.html
- [similar]