検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 114 for store (0.004 sec.)
The Yac class 6883
« 定義済み定数 Yac::add » PHP Manual Yac The Yac class The Yac class (PECL yac >= 1.0.0) はじめに ... alue ): mixed } プロパティ _prefix 目次 Yac::add — Store into cache Yac::__construct — Constructor Yac::del ... et — Getter Yac::info — Status of cache Yac::set — Store into cache Yac::__set — Setter 関連キーワード: Yac ...
https://man.plustar.jp/php/class.yac.html - [similar]
はじめに 6808
« Mysql_xdevapi インストール/設定 » PHP Manual Mysql_xdevapi はじめに はじめに この拡張モジュール ... 情報については、 MySQLマニュアル の » MySQL Document Store の章を参照してください。 関連キーワード: DevAPI , ... ス , サーバ , プロトコル , xdevapi , コレクション , Store , Document ...
https://man.plustar.jp/php/intro.mysql-xdevapi.html - [similar]
ステートメントの結果セットの任意の行に移動する 6808
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... 任意の位置に結果ポインタを移動します。 mysqli_stmt_store_result() は、 mysqli_stmt_data_seek() より前にコー ... ( $name , $code ); /* 結果を取得します */ $stmt -> store_result (); /* 行番号 400 に移動します */ $stmt -> ... name , $code ); /* 結果を取得します */ mysqli_stmt_store_result ( $stmt ); /* 行番号 400 に移動します */ my ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
指定したステートメントハンドルの結果を格納したメモリを開放する 6808
« mysqli_stmt::$field_count mysqli_stmt::get_result » PHP Manual mysqli_stmt 指定したステートメン ... る結果のメモリを開放します。このメモリは mysqli_stmt_store_result() によって割り当てられたものです。 パラメー ... ジェクト。 戻り値 値を返しません。 参考 mysqli_stmt_store_result() - 内部バッファに結果を保存する 関連キーワ ...
https://man.plustar.jp/php/mysqli-stmt.free-result.html - [similar]
データベース上でひとつ以上のクエリを実行する 6808
« mysqli::more_results mysqli::next_result » PHP Manual mysqli データベース上でひとつ以上のクエリ ... セットを取得するために mysqli_use_result() や mysqli_store_result() が使えます。 結果セットを生成しないクエリ ... 結果セットを保存します */ if ( $result = $mysqli -> store_result ()) { while ( $row = $result -> fetch_row ( ... 側に結果セットを保存します */ if ( $result = mysqli_store_result ( $link )) { while ( $row = mysqli_fetch_ro ... i_use_result() - 結果セットの取得を開始する mysqli_store_result() - 直近のクエリから結果セットを転送する my ...
https://man.plustar.jp/php/mysqli.multi-query.html - [similar]
mysqli_result クラス 6720
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス ... struct ( mysqli $mysql , int $result_mode = MYSQLI_STORE_RESULT ) public data_seek ( int $offset ): bool pu ... 整数で設定します。 (バッファリングする場合は MYSQLI_STORE_RESULT を、 しない場合は MYSQLI_USE_RESULT を それ ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]
multi_query の、次の結果を準備する 6644
« mysqli::multi_query mysqli::options » PHP Manual mysqli multi_query の、次の結果を準備する mys ... コールから次の結果セットを用意します。 これは mysqli_store_result() あるいは mysqli_use_result() で取得するこ ... リからの結果がまだ残っているかどうかを調べる mysqli_store_result() - 直近のクエリから結果セットを転送する my ...
https://man.plustar.jp/php/mysqli.next-result.html - [similar]
実行時設定 6644
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... す。 seaslog.appender int Switch the Record Log Data Store. 1File 2TCP 3UDP (Switch default 1) SeasLog will s ... tting will be discarded, Seaslog write to the Data Store IMMEDIATELY. seaslog.buffer_size int Configure the ... size > 0,SeasLog will rewritten down into the Data Store when the prerecorded log in memory count >= this b ... ry, and them would be rewritten down into the Data Store by request shutdown or php process exit (PHP RSHUT ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
保存した数値を減らす 6556
« apcu_clear_cache apcu_delete » PHP Manual APCu 関数 保存した数値を減らす apcu_dec (PECL apcu > ... "Let's do something with success" , PHP_EOL ; apcu_store ( 'anumber' , 42 ); echo apcu_fetch ( 'anumber' ), ... echo "Now, let's fail" , PHP_EOL , PHP_EOL ; apcu_store ( 'astring' , 'foo' ); $ret = apcu_dec ( 'astring' ...
https://man.plustar.jp/php/function.apcu-dec.html - [similar]
格納されている変数をキャッシュから取り除く 6556
« apcu_dec apcu_enabled » PHP Manual APCu 関数 格納されている変数をキャッシュから取り除く apcu_d ... 例 例1 apcu_delete() の例 <?php $bar = 'BAR' ; apcu_store ( 'foo' , $bar ); apcu_delete ( 'foo' ); // もちろ ... new APCUIterator ( '#^myprefix_#' )); ?> 参考 apcu_store() - 変数をデータ領域にキャッシュする apcu_fetch() ...
https://man.plustar.jp/php/function.apcu-delete.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT