検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 549 for values (0.107 sec.)
SQL文で collate 関数として使うユーザー定義関数を登録する 3806
« PDO::sqliteCreateAggregate PDO::sqliteCreateFunction » PHP Manual SQLite (PDO) SQL文で collate ... (col1 string)" ); $db -> exec ( "INSERT INTO test VALUES ('a1')" ); $db -> exec ( "INSERT INTO test VALUES ... ('a10')" ); $db -> exec ( "INSERT INTO test VALUES ('a2')" ); $db -> sqliteCreateCollation ( 'NATURAL ...
https://man.plustar.jp/php/pdo.sqlitecreatecollation.html - [similar]
Sorts the fields within the document 3806
« SolrInputDocument::setFieldBoost SolrInputDocument::toArray » PHP Manual SolrInputDocument Sor ... a and sort direction Fields can be sorted by boost values, field names and number of values. The $order_by p ...
https://man.plustar.jp/php/solrinputdocument.sort.html - [similar]
SQLのcollate関数として使うPHP関数を登録する 3806
« SQLite3::createAggregate SQLite3::createFunction » PHP Manual SQLite3 SQLのcollate関数として使 ... (col1 string)" ); $db -> exec ( "INSERT INTO test VALUES ('a1')" ); $db -> exec ( "INSERT INTO test VALUES ... ('a10')" ); $db -> exec ( "INSERT INTO test VALUES ('a2')" ); $db -> createCollation ( 'NATURAL_CMP' ...
https://man.plustar.jp/php/sqlite3.createcollation.html - [similar]
変数をデータ領域にキャッシュする 3775
« apcu_sma_info APCUIterator » PHP Manual APCu 関数 変数をデータ領域にキャッシュする apcu_store ... ed $var , int $ttl = 0 ): bool apcu_store ( array $values , mixed $unused = NULL , int $ttl = 0 ): array 変数 ... なくなる (clear, restart など)まで値が持続します。 values 名前をキー、変数を値に指定します。 戻り値 成功した ... apcu , 領域 , データ , 格納 , store , key , var , values ...
https://man.plustar.jp/php/function.apcu-store.html - [similar]
Prepares and executes a query 3775
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... escribed in the following table: Query Options Key Values Description QueryTimeout A positive integer value. ... true )); } $sql = "INSERT INTO Table_1 (id, data) VALUES (?, ?)" ; $params = array( 1 , "some data" ); $stm ... to re-execute a statement with different parameter values, use the combination of sqlsrv_prepare() and sqlsr ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
Sorts the fields in the document 3775
« SolrDocument::__set SolrDocument::toArray » PHP Manual SolrDocument Sorts the fields in the do ... a and sort direction Fields can be sorted by boost values, field names and number of values. The sortOrderBy ...
https://man.plustar.jp/php/solrdocument.sort.html - [similar]
実行時設定 3775
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... P_INI_SYSTEM yac.serializer php PHP_INI_SYSTEM yac.values_memory_size 64M PHP_INI_SYSTEM 以下に設定ディレクテ ... .keys_memory_size string yac.serializer string yac.values_memory_size string 関連キーワード: 設定 , 実行 , S ...
https://man.plustar.jp/php/yac.configuration.html - [similar]
Allocates enough memory for a required capacity 3752
« Deque Ds\Deque::apply » PHP Manual Deque Allocates enough memory for a required capacity Ds\De ... his removes the need to reallocate the internal as values are added. パラメータ capacity The number of value ...
https://man.plustar.jp/php/ds-deque.allocate.html - [similar]
Allocates enough memory for a required capacity 3752
« PriorityQueue Ds\PriorityQueue::capacity » PHP Manual PriorityQueue Allocates enough memory fo ... his removes the need to reallocate the internal as values are added. パラメータ capacity The number of value ...
https://man.plustar.jp/php/ds-priorityqueue.allocate.html - [similar]
Allocates enough memory for a required capacity 3752
« Queue Ds\Queue::capacity » PHP Manual Queue Allocates enough memory for a required capacity Ds ... his removes the need to reallocate the internal as values are added. 注意 : Capacity will always be rounded ... rest power of 2. パラメータ capacity The number of values for which capacity should be allocated. 注意 : Cap ...
https://man.plustar.jp/php/ds-queue.allocate.html - [similar]