検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 114 for store (0.003 sec.)
内部バッファに結果を保存する 11539
« mysqli_stmt::$sqlstate mysqli_result » PHP Manual mysqli_stmt 内部バッファに結果を保存する mys ... qli_stmt::store_result mysqli_stmt_store_result (PHP 5, PHP 7, PHP ... 8) mysqli_stmt::store_result -- mysqli_stmt_store_result — 内部バッファに ... 保存する 説明 オブジェクト指向型 public mysqli_stmt::store_result (): bool 手続き型 mysqli_stmt_store_result ... コールします。 注意 : その他のクエリでは mysqli_stmt_store_result() をコールする必要はありません。しかし、もし ...
https://man.plustar.jp/php/mysqli-stmt.store-result.html - [similar]
直近のクエリから結果セットを転送する 11212
« mysqli::stmt_init mysqli::$thread_id » PHP Manual mysqli 直近のクエリから結果セットを転送する ... mysqli::store_result mysqli_store_result (PHP 5, PHP 7, PHP 8) m ... ysqli::store_result -- mysqli_store_result — 直近のクエリから結 ... トを転送する 説明 オブジェクト指向型 public mysqli::store_result ( int $mode = 0 ): mysqli_result | false 手 ... 続き型 mysqli_store_result ( mysqli $mysql , int $mode = 0 ): mysqli_r ...
https://man.plustar.jp/php/mysqli.store-result.html - [similar]
変数をデータ領域にキャッシュする 10721
« apcu_sma_info APCUIterator » PHP Manual APCu 関数 変数をデータ領域にキャッシュする apcu_store ... (PECL apcu >= 4.0.0) apcu_store — 変数をデータ領域にキャッシュする 説明 apcu_store ... ring $key , mixed $var , int $ttl = 0 ): bool apcu_store ( array $values , mixed $unused = NULL , int $ttl ... ます。 注意 : PHP の他の多くの仕組みと異なり、 apcu_store() を用いて格納された変数はリクエストを超えて (その ... エラーになったキーを含む配列を返します。 例 例1 apcu_store() の例 <?php $bar = 'BAR' ; apcu_store ( 'foo' , $ ...
https://man.plustar.jp/php/function.apcu-store.html - [similar]
単語を置換する組を保存する 10155
« pspell_save_wordlist pspell_suggest » PHP Manual Pspell 関数 単語を置換する組を保存する pspell ... _store_replacement (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) ... pspell_store_replacement — 単語を置換する組を保存する 説明 pspe ... ll_store_replacement ( PSpell\Dictionary $dictionary , stri ... ng $misspelled , string $correct ): bool pspell_store_replacement() は、単語の置換候補を 保存します。これ ...
https://man.plustar.jp/php/function.pspell-store-replacement.html - [similar]
Store into cache 9903
« Yac::info Yac::__set » PHP Manual Yac Store into cache Yac::set (PECL yac >= 1.0.0) Yac::set — ... Store into cache 説明 public Yac::set ( string $keys , m ... key value mixed value, All php value type could be stored except リソース ttl expire time 戻り値 the value ... self 関連キーワード: into , Store , Yac , key , public , string , type , time , expi ...
https://man.plustar.jp/php/yac.set.html - [similar]
Store into cache 9576
« Yac Yac::__construct » PHP Manual Yac Store into cache Yac::add (PECL yac >= 1.0.0) Yac::add — ... Store into cache 説明 public Yac::add ( string $keys , m ... key value mixed value, All php value type could be stored except リソース ttl expire time 戻り値 bool , tru ... could not obtain, so, if you need the value to be stored properly, you may write codes like: 例1 Make sure ... the item is stored while(!$yac->set("key", "vale)); 関連キーワード: ...
https://man.plustar.jp/php/yac.add.html - [similar]
Yac 8519
« xhprof_sample_enable はじめに » PHP Manual PHP の振る舞いの変更 Yac Yac はじめに インストール/ ... ソース型 定義済み定数 Yac — The Yac class 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 ... , インストール , 設定 , Store , into , from , items , Status , info , Getter ...
https://man.plustar.jp/php/book.yac.html - [similar]
単語の修正候補を追加する 8519
« enchant_dict_quick_check enchant_dict_suggest » PHP Manual Enchant 関数 単語の修正候補を追加す ... る enchant_dict_store_replacement (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL en ... chant >= 0.1.0 ) enchant_dict_store_replacement — 単語の修正候補を追加する 説明 enchan ... t_dict_store_replacement ( EnchantDictionary $dictionary , stri ... 修正 , 単語 , 候補 , enchant , 追加 , dict , cor , store , replacement , mis ...
https://man.plustar.jp/php/function.enchant-dict-store-replacement.html - [similar]
結果に関連付けられたメモリを開放する 8444
« mysqli_result::field_seek mysqli_result::getIterator » PHP Manual mysqli_result 結果に関連付け ... メータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 mysqli_use_result() 、 mysqli_stmt_get ... y() - データベース上でクエリを実行する mysqli_stmt_store_result() - 内部バッファに結果を保存する mysqli_stm ... 果を mysqli_result オブジェクトとして取得する mysqli_store_result() - 直近のクエリから結果セットを転送する my ... キーワード: result , mysqli , free , メモリ , 開放 , store , public , stmt , セット , 取得 ...
https://man.plustar.jp/php/mysqli-result.free.html - [similar]
格納されている変数をキャッシュから取得する 8356
« apcu_exists apcu_inc » PHP Manual APCu 関数 格納されている変数をキャッシュから取得する apcu_fe ... リをキャッシュから取得します。 パラメータ key ( apcu_store() を用いて) 値を格納する際に使用された key 。 配列 ... 例 例1 apcu_fetch() の例 <?php $bar = 'BAR' ; apcu_store ( 'foo' , $bar ); var_dump ( apcu_fetch ( 'foo' )) ... 例の出力は以下となります。 string(3) "BAR" 参考 apcu_store() - 変数をデータ領域にキャッシュする apcu_delete() ... キャッシュ , 変数 , 取得 , fetch , success , key , store , パラメータ ...
https://man.plustar.jp/php/function.apcu-fetch.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT