検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 1461 for IN (0.027 sec.)
Initiates a backup task in the service manager and returns immediately 2861
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... k in the service manager and returns immediately ibase_ ... backup (PHP 5, PHP 7 < 7.4.0) ibase_backup — Initiates a backup task in the service manager and re ... 説明 ibase_backup ( resource $service_handle , string $source_db , string $dest_file , int $options = 0 ... ver for backup. The options parameter can be a combination of the following constants: IBASE_BKP_IGNORE_ ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
Initiates a restore task in the service manager and returns immediately 2861
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task in ... ase_restore (PHP 5, PHP 7 < 7.4.0) ibase_restore — Initiates a restore task in the service manager and r ... 説明 ibase_restore ( resource $service_handle , string $source_file , string $dest_db , int $options = 0 ... er for restore. The options parameter can be a combination of the following constants: IBASE_RES_DEACTIV ... L_SPACE , IBASE_PRP_PAGE_BUFFERS , IBASE_PRP_SWEEP_INTERVAL , IBASE_RES_CREATE . Read the section about ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
Returns information about the client and specified connection 2861
« sqlsrv_cancel sqlsrv_close » PHP Manual SQLSRV 関数 Returns information about the client and s ... pecified connection sqlsrv_client_info (No version information available, might only be ... in Git) sqlsrv_client_info — Returns information abou ... client and specified connection 説明 sqlsrv_client_info ( resource $conn ): array Returns information ab ... nection パラメータ conn The connection about which information is returned. 戻り値 Returns an associativ ...
https://man.plustar.jp/php/function.sqlsrv-client-info.html - [similar]
Register a set of PHP functions as a Lua library 2861
« LuaSandbox::pauseUsageTimer LuaSandbox::setCPULimit » PHP Manual LuaSandbox Register a set of ... brary 説明 public LuaSandbox::registerLibrary ( string $libname , array $functions ): void Registers a s ... that Lua can call the relevant PHP code. For more information about calling Lua functions and the retur ... ll() . パラメータ libname The name of the library. In the Lua state, the global variable of this name wi ... is a function name, and each value is a corresponding PHP callable . 戻り値 値を返しません。 例 例1 Reg ...
https://man.plustar.jp/php/luasandbox.registerlibrary.html - [similar]
Tutorials 2861
« 定義済み定数 Using the PHP Library for MongoDB (PHPLIB) » PHP Manual MongoDB Tutorials Tutoria ... ls In this section you will find several tutorials on ho ... w to use the MongoDB driver for PHP. Using the PHP Library for MongoDB (PHPLIB) Application ... Performance Monitoring (APM) 関連キーワード: Tutorials , Using , 定義 , ... 定数 , In , section , find , several , tutorials , how ...
https://man.plustar.jp/php/mongodb.tutorial.html - [similar]
結果セットの次行から単一カラムを返す 2861
« PDOStatement::fetchAll PDOStatement::fetchObject » PHP Manual PDOStatement 結果セットの次行から ... カラムを返す 説明 public PDOStatement::fetchColumn ( int $column = 0 ): mixed 結果セットの次行から単一カラ ... name, colour FROM fruit" ); $sth -> execute (); print( "Fetch the first column from the first row in th ... ult set:\n" ); $result = $sth -> fetchColumn (); print( "name = $result \n" ); print( "Fetch the second ... column from the second row in the result set:\n" ); $result = $sth -> fetchColum ...
https://man.plustar.jp/php/pdostatement.fetchcolumn.html - [similar]
実行時設定 2861
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... フォルト 変更可能 変更履歴 runkit.superglobal "" PHP_INI_PERDIR runkit.internal_override "0" PHP_INI_SYSTE ... M PHP_INI_* モードの詳細および定義については どこで設定を行 ... 関する 簡単な説明を示します。 runkit.superglobal string Comma-separated list of variable names to be trea ... ted as superglobals. This value should be set in the systemwide php.ini file, but may work in perdi ...
https://man.plustar.jp/php/runkit7.configuration.html - [similar]
Sets group.facet parameter 2861
« SolrQuery::setGroupCachePercent SolrQuery::setGroupFormat » PHP Manual SolrQuery Sets group.fa ... ry::setGroupFacet ( bool $value ): SolrQuery Determines whether to compute grouped facets for the field ... facets specified in facet.field parameters. Grouped facets are compute ... SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupField() - Ad ... esults SolrQuery::addGroupFunction() - Allows grouping results based on the unique values of a function ...
https://man.plustar.jp/php/solrquery.setgroupfacet.html - [similar]
Checks the existence of a node in zookeeper synchronously 2861
« Zookeeper::delete Zookeeper::get » PHP Manual Zookeeper Checks the existence of a node in zook ... Zookeeper::exists — Checks the existence of a node in zookeeper synchronously 説明 public Zookeeper::exi ... sts ( string $path , callable $watcher_cb = null ): array パラ ... node. Expressed as a file name with slashes separating ancestors of the node. watcher_cb if nonzero, a w ... lse. エラー / 例外 This method emits PHP error/warning when parameters count or types are wrong or fail ...
https://man.plustar.jp/php/zookeeper.exists.html - [similar]
The MongoDB\Driver\BulkWrite class 2840
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... ations that should be sent to the server. After adding any number of insert, update, and delete operatio ... . Ordered write operations are sent to the server, in the order provided, for serial execution. If a wri ... te fails, any remaining operations will be aborted. Unordered operation ... s are sent to the server in an arbitrary order where they may be executed in p ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]