検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 114 for store (0.004 sec.)
mysqli_result オブジェクトを構築する 7626
« mysqli_result mysqli_result::$current_field » PHP Manual mysqli_result mysqli_result オブジェク ... struct ( mysqli $mysql , int $result_mode = MYSQLI_STORE_RESULT ) このメソッドは、新しい mysqli_result オブ ... す。 このオブジェクトを手動で作成することは、 mysqli_store_result() や mysqli_use_result() をコールすることと ... すかを、 以下の定数のいずれかで指定できます。 MYSQLI_STORE_RESULT (デフォルト) - バッファリングされた結果セッ ... mysqli_real_query() - SQL クエリを実行する mysqli_store_result() - 直近のクエリから結果セットを転送する my ...
https://man.plustar.jp/php/mysqli-result.construct.html - [similar]
Collapses the result set to a single document per group 7626
« SolrQuery::addStatsField SolrQuery::__construct » PHP Manual SolrQuery Collapses the result se ... 1 ) [manufacturedate_dt] => 2006-02-13T15:26:37Z [store] => Array ( [0] => 35.0752,-97.032 ) [_version_] = ... rray ( [0] => 6 ) [inStock] => Array ( [0] => 1 ) [store] => Array ( [0] => 45.17614,-93.87341 ) [manufactu ... Array ( [0] => 1 ) [inStock] => Array ( [0] => ) [store] => Array ( [0] => 45.18014,-93.87741 ) [manufactu ... Array ( [0] => iTunes, Podcasts, Audiobooks [1] => Stores up to 15,000 songs, 25,000 photos, or 150 hours o ...
https://man.plustar.jp/php/solrquery.collapse.html - [similar]
PKCS#12 認証ストアをパースして配列形式にする 7538
« openssl_pkcs12_export openssl_pkcs7_decrypt » PHP Manual OpenSSL 関数 PKCS#12 認証ストアをパー ... 例 例1 openssl_pkcs12_read() の例 <?php if (! $cert_store = file_get_contents ( "/certs/file.p12" )) { echo ... file\n" ; exit; } if ( openssl_pkcs12_read ( $cert_store , $cert_info , "my_secret_pass" )) { echo "Certifi ... o ); } else { echo "Error: Unable to read the cert store.\n" ; exit; } ?> 関連キーワード: 認証 , ストア , パ ...
https://man.plustar.jp/php/function.openssl-pkcs12-read.html - [similar]
サーバから取得した結果セットの行数を返す 7538
« mysqli_stmt::next_result mysqli_stmt::$param_count » PHP Manual mysqli_stmt サーバから取得した ... 結果セットの行数を返します。この関数は、 mysqli_stmt_store_result() を用いて結果全体をステートメントハンドルに ... (); /* 内部バッファに結果を格納します */ $stmt -> store_result (); printf ( "Number of rows: %d.\n" , $stm ... ; /* 内部バッファに結果を格納します */ mysqli_stmt_store_result ( $stmt ); printf ( "Number of rows: %d.\n" ... 下となります。 Number of rows: 20. 参考 mysqli_stmt_store_result() - 内部バッファに結果を保存する mysqli_stm ...
https://man.plustar.jp/php/mysqli-stmt.num-rows.html - [similar]
SQL クエリを実行する 7374
« mysqli::real_escape_string mysqli::reap_async_query » PHP Manual mysqli SQL クエリを実行する m ... その結果を取得したり保存したりするには、関数 mysqli_store_result() あるいは mysqli_use_result() を使用します ... _query() - データベース上でクエリを実行する mysqli_store_result() - 直近のクエリから結果セットを転送する my ... ry , 実行 , string , result , データベース , use , store , 取得 , セット ...
https://man.plustar.jp/php/mysqli.real-query.html - [similar]
RAR アーカイブがソリッドであるかどうかを調べる 7298
« RarArchive::isBroken RarArchive::open » PHP Manual RarArchive RAR アーカイブがソリッドであるか ... ジェクト指向型 <?php $arch1 = RarArchive :: open ( "store_method.rar" ); $arch2 = RarArchive :: open ( "soli ... ようになります。 RAR Archive "C:\php_rar\trunk\tests\store_method.rar": no RAR Archive "C:\php_rar\trunk\test ... .rar": yes 例2 手続き型 <?php $arch1 = rar_open ( "store_method.rar" ); $arch2 = rar_open ( "solid.rar" ); ...
https://man.plustar.jp/php/rararchive.issolid.html - [similar]
古い値を新しい値に更新する 7210
« apcu_cache_info apcu_clear_cache » PHP Manual APCu 関数 古い値を新しい値に更新する apcu_cas (P ... lse を返します。 例 例1 apcu_cas() の例 <?php apcu_store ( 'foobar' , 2 ); echo '$foobar = 2' , PHP_EOL ; e ... __bar' , 1 , 2 ) ? 'ok' : 'fail' ), PHP_EOL ; apcu_store ( 'perfection' , 'xyz' ); echo '$perfection == 2 ? ... ar = 1 参考 apcu_dec() - 保存した数値を減らす apcu_store() - 変数をデータ領域にキャッシュする 関連キーワード ...
https://man.plustar.jp/php/function.apcu-cas.html - [similar]
データベース上でクエリを実行する 7210
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... :query ( string $query , int $result_mode = MYSQLI_STORE_RESULT ): mysqli_result | bool 手続き型 mysqli_que ... $mysql , string $query , int $result_mode = MYSQLI_STORE_RESULT ): mysqli_result | bool データベースに対して ... ery() に続けて mysqli_use_result() あるいは mysqli_store_result() をコールすることと同等です。 注意 : サーバ ... ード。 以下の3つの定数のうちのいずれかです。 MYSQLI_STORE_RESULT (デフォルト) - バッファリングされた結果セッ ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
結果セットの取得を開始する 7210
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... 果セットの取得を開始します。 この関数あるいは mysqli_store_result() 関数は、 クエリ結果を取得する前にコールさ ... ることはできません。 この機能を使用するには、 mysqli_store_result() を使用して結果をバッファに取得する必要があ ... mysqli_real_query() - SQL クエリを実行する mysqli_store_result() - 直近のクエリから結果セットを転送する 関 ... qli , result , 取得 , セット , use , 開始 , 関数 , store , データベース , 接続 ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
直近のクエリのカラムの数を返す 7047
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... すべきなのかそうではないのかを判断するために mysqli_store_result() 関数を使用する際に有用です。 パラメータ l ... あるいは describe クエリです */ $result = $mysqli -> store_result (); /* 結果セットを処理します */ $row = $re ... w あるいは describe クエリです */ $result = mysqli_store_result ( $link ); /* 結果セットを処理します */ $ro ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT