検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1938 for IF (0.120 sec.)
Execute a database command that reads and writes 3121
« MongoDB\Driver\Manager::executeReadCommand MongoDB\Driver\Manager::executeWriteCommand » PHP M ... y server. This method will apply logic that is specific to commands that read and write (e.g. » aggregat ... and will result in an exception at execution time if specified for an older server version. session Mon ... rn A write concern to apply to the operation. 警告 If you are using a "session" which has a transaction ... in progress, you cannot specify a "readConcern" or "writeConcern" option. This wi ...
https://man.plustar.jp/php/mongodb-driver-manager.executereadwritecommand.html - [similar]
3121
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ... oci_parse ( $conn , 'SELECT * FROM departments' ); if (! $stid ) { $e = oci_error ( $conn ); trigger_err ... // クエリを実行します $r = oci_execute ( $stid ); if (! $r ) { $e = oci_error ( $stid ); trigger_error ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
Count the rows in the table, or count all the elements in the table if $mode = 1... 3121
« Swoole\Table::__construct Swoole\Table::create » PHP Manual Swoole\Table Count the rows in the ... table, or count all the elements in the table if $mode = 1. Swoole\Table::count (PECL swoole >= 1.9 ... the table, or count all the elements in the table if $mode = 1. 説明 public Swoole\Table::count (): int ...
https://man.plustar.jp/php/swoole-table.count.html - [similar]
Copy data to named shared memory 3121
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named ... string The data to write to shared memory. 注意 : If the size of the data exceeds the size of the share ... e start/offset, in bytes, to begin writing. 注意 : If the value is negative, the starting position will ... begin at the specified number of bytes from the end of the shared memo ... = new SyncSharedMemory ( "AppReportName" , 1024 ); if ( $mem -> first ()) { // Do first time initializat ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]
Gets the last committed configuration of the ZooKeeper cluster as it is known to... 3121
« ZookeeperConfig::add ZookeeperConfig::remove » PHP Manual ZookeeperConfig Gets the last commit ... rray &$stat = null ): string パラメータ watcher_cb If nonzero, a watch will be set at the server to noti ... fy the client if the node changes. stat If not NULL, will hold the ... g = $zk -> getConfig (); $r = $zkConfig -> get (); if ( $r ) echo $r ; else echo 'ERR' ; ?> 上の例の出力 ...
https://man.plustar.jp/php/zookeeperconfig.get.html - [similar]
The MongoDB\Driver\Cursor class 3087
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... cursor ); $iterator -> rewind (); while ( true ) { if ( $iterator -> valid ()) { $document = $iterator - ... l available documents in the capped collection (as if foreach had been used); however, it will not termi ... s. IteratorIterator::valid() is also used to check if there is actually data available to read at each s ... in conjunction with tailable and awaitData to specify the amount of time that the server should block w ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
Return the value of a specific field in a specific row 3087
« cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th ... e value of a specific field in a specific row cubrid_result (PECL CUBR ... = 8.3.0) cubrid_result — Return the value of a specific field in a specific row 説明 cubrid_result ( res ... ): string This function returns the value of a specific field in a specific row from a result set. パラメ ... ield's table dot field name (tablename.fieldname). If the column name has been aliased ('select foo as b ...
https://man.plustar.jp/php/function.cubrid-result.html - [similar]
Frees all resources for the specified statement 3087
« sqlsrv_field_metadata sqlsrv_get_config » PHP Manual SQLSRV 関数 Frees all resources for the s ... pecified statement sqlsrv_free_stmt (No version informat ... sqlsrv_free_stmt — Frees all resources for the specified statement 説明 sqlsrv_free_stmt ( resource $stm ... t ): bool Frees all resources for the specified statement. The statement cannot be used after s ... qlsrv_free_stmt() has been called on it. If sqlsrv_free_stmt() is called on an in-progress sta ...
https://man.plustar.jp/php/function.sqlsrv-free-stmt.html - [similar]
Define or return the exit code for the current running service 3087
« win32_send_custom_control win32_set_service_exit_mode » PHP Manual win32service 関数 Define or ... r return the exit code. The exit code is used only if the exit mode is not graceful. If the value is not ... d exit code. エラー / 例外 Prior to version 1.0.0, if the SAPI is not "cli" , this function emits an E_E ... version 1.0.0, will throw a Win32ServiceException if SAPI is not "cli" 変更履歴 バージョン 説明 PECL wi ...
https://man.plustar.jp/php/function.win32-set-service-exit-code.html - [similar]
Send data to all job servers to see if they echo it back [deprecated] 3087
« GearmanClient::doStatus GearmanClient::error » PHP Manual GearmanClient Send data to all job s ... ervers to see if they echo it back [deprecated] GearmanClient::echo ... Client::echo — Send data to all job servers to see if they echo it back [deprecated] 説明 public Gearman ...
https://man.plustar.jp/php/gearmanclient.echo.html - [similar]