検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 114 for store (0.012 sec.)
エントリが存在するかどうかを調べる 6556
« apcu_entry apcu_fetch » PHP Manual APCu 関数 エントリが存在するかどうかを調べる apcu_exists (P ... <?php $fruit = 'apple' ; $veggie = 'carrot' ; apcu_store ( 'foo' , $fruit ); apcu_store ( 'bar' , $veggie ) ...
https://man.plustar.jp/php/function.apcu-exists.html - [similar]
保存した数値を増やす 6556
« apcu_fetch apcu_key_info » PHP Manual APCu 関数 保存した数値を増やす apcu_inc (PECL apcu >= 4. ... "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_inc ( 'astring' ...
https://man.plustar.jp/php/function.apcu-inc.html - [similar]
結果の任意の行にポインタを移動する 6480
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... メータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 mysqli_use_result() 、 mysqli_stmt_get ... o Countrycode: MEX 注意 注意 : この関数は、 mysqli_store_result() 、 mysqli_query() 、 mysqli_stmt_get_resu ... ァリングされた結果に対してのみ使えます。 参考 mysqli_store_result() - 直近のクエリから結果セットを転送する my ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
The MySQLi Extension Function Summary 6480
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... ysqli_ping() N/A Pings a server connection, or tries to reconnect if the connection has gone down mysqli::p ... an object for use with mysqli_stmt_prepare mysqli::store_result() mysqli_store_result() N/A Transfers a res ... :free_result() mysqli_stmt_free_result() N/A Frees stored result memory for the given statement handle mysq ... d_long_data() N/A Send data in blocks mysqli_stmt::store_result() mysqli_stmt_store_result() N/A Transfers ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
新規の変数をデータ領域にキャッシュする 6229
« APCu 関数 apcu_cache_info » PHP Manual APCu 関数 新規の変数をデータ領域にキャッシュする apcu_a ... りに false が返されます (これが、 apcu_add() と apcu_store() の唯一の相違点です)。 var 格納する変数。 ttl 有効 ... なります。 string(3) "BAR" string(3) "BAR" 参考 apcu_store() - 変数をデータ領域にキャッシュする apcu_fetch() ...
https://man.plustar.jp/php/function.apcu-add.html - [similar]
プリペアドステートメントの振る舞いを変更する 6229
« mysqli_stmt::attr_get mysqli_stmt::bind_param » PHP Manual mysqli_stmt プリペアドステートメント ... _UPDATE_MAX_LENGTH true に設定すると、 mysqli_stmt_store_result() は メタデータ MYSQL_FIELD->max_length の値 ... トメント用のカーソルをオープンするのなら mysqli_stmt_store_result() は不要です。 value 属性に割り当てるモード ...
https://man.plustar.jp/php/mysqli-stmt.attr-set.html - [similar]
Setter 6229
« Yac::set 音声フォーマットの操作 » PHP Manual Yac Setter Yac::__set (PECL yac >= 1.0.0) Yac::__ ... Yac::__set ( string $keys , mixed $value ): mixed store a item into cache パラメータ keys string key value ... mixed value, All php value type could be stored except リソース 戻り値 Always return the value se ... tter , Yac , string , return , リソース , except , stored , could , type , All ...
https://man.plustar.jp/php/yac.setter.html - [similar]
mysqli クラス 6153
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... query ( string $query , int $result_mode = MYSQLI_STORE_RESULT ): mysqli_result | bool public real_connect ... se public stmt_init (): mysqli_stmt | false public store_result ( int $mode = 0 ): mysqli_result | false pu ... _stmt_prepare で使用するオブジェクトを返す mysqli::store_result — 直近のクエリから結果セットを転送する mysq ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
結果セットの行数を取得する 6153
« mysqli_result::$lengths mysqli_driver » PHP Manual mysqli_result 結果セットの行数を取得する my ... メータ result 手続き型のみ: mysqli_query() 、 mysqli_store_result() 、 mysqli_use_result() 、 mysqli_stmt_get ... 直前の MySQL の操作で変更された行の数を得る mysqli_store_result() - 直近のクエリから結果セットを転送する my ...
https://man.plustar.jp/php/mysqli-result.num-rows.html - [similar]
オブジェクトのシリアライズ 6065
« オブジェクトと参照 共変性と反変性 » PHP Manual クラスとオブジェクト オブジェクトのシリアライズ ... つけられるどこかに書き出します file_put_contents ( 'store' , $s ); // page2.php: // シリアライズした文字列を ... include( "classa.inc" ); $s = file_get_contents ( 'store' ); $a = unserialize ( $s ); // これで、$a オブジェ ...
https://man.plustar.jp/php/language.oop5.serialization.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT