検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 357 for fetch (0.027 sec.)
結果セットの次のフィールドを返す 5466
« mysqli_result::fetch_field_direct mysqli_result::fetch_fields » PHP Manual mysqli_result 結果セ ... ットの次のフィールドを返す mysqli_result::fetch_field mysqli_fetch_field (PHP 5, PHP 7, PHP 8) mys ... qli_result::fetch_field -- mysqli_fetch_field — 結果セットの次のフィ ... を返す 説明 オブジェクト指向型 public mysqli_result::fetch_field (): object | false 手続き型 mysqli_fetch_fie ... ルド情報を取得します */ while ( $finfo = $result -> fetch_field ()) { printf ( "Name: %s\n" , $finfo -> name ...
https://man.plustar.jp/php/mysqli-result.fetch-field.html - [similar]
結果セット内の行を表す、カラムをプロパティとするオブジェクトを返す 5449
« db2_fetch_both db2_fetch_row » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラムをプロパテ ... ィとするオブジェクトを返す db2_fetch_object (PECL ibm_db2 >= 1.0.0) db2_fetch_object — ... カラムをプロパティとするオブジェクトを返す 説明 db2_fetch_object ( resource $stmt , int $row_number = -1 ): ... 取得されなかった場合は false を返します。 例 例1 db2_fetch_object() の例 次の例では、スカラ関数 RTRIM を使用し ... _execute ( $stmt , array( 0 )); while ( $pet = db2_fetch_object ( $stmt )) { echo "Come here, { $pet -> NAM ...
https://man.plustar.jp/php/function.db2-fetch-object.html - [similar]
指定したカラムの全ての行を配列として取得する 5449
« pg_execute pg_fetch_all » PHP Manual PostgreSQL 関数 指定したカラムの全ての行を配列として取得す ... る pg_fetch_all_columns (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_fetc ... 指定したカラムの全ての行を配列として取得する 説明 pg_fetch_all_columns ( PgSql\Result $result , int $field = ... 0 ): array pg_fetch_all_columns() は、 PgSql\Result クラスのインスタン ... ジョンでは、 リソース を期待していました。 例 例1 pg_fetch_all_columns() の例 <?php $conn = pg_pconnect ( "db ...
https://man.plustar.jp/php/function.pg-fetch-all-columns.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 5386
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... ールド情報をオブジェクトの配列で返す mysqli_result::fetch_fields mysqli_fetch_fields (PHP 5, PHP 7, PHP 8) m ... ysqli_result::fetch_fields -- mysqli_fetch_fields — 結果セットのフィー ... で返す 説明 オブジェクト指向型 public mysqli_result::fetch_fields (): array 手続き型 mysqli_fetch_fields ( my ... sqli_result $result ): array この関数は mysqli_fetch_field() 関数と同じ目的で 使用しますが、ひとつ違いが ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 5359
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... I8 取得関数とともに使用できます。 その関数は、 oci_fetch() 、 oci_fetch_all() 、 oci_fetch_array() 、 oci_f ... etch_object() 、 oci_fetch_assoc() または oci_fetch_row() です。 子ステートメ ... ントのプリフェッチ値を継承するか、 または oci_set_prefetch() により明示的に設定することができます。 パラメータ ... :</h2>\n" ; echo "<table>\n" ; while (( $row = oci_fetch_array ( $stid_c , OCI_ASSOC + OCI_RETURN_NULLS )) ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
サンプル 5359
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... Example#499 - apcu_exists の例 Example#500 - apcu_fetch の例 Example#501 - apcu_inc の例 Example#502 - A a ... xecute および odbc_prepare の例 Example#999 - odbc_fetch_into の例 Example#1000 - odbc_next_result Example# ... 128 - cubrid_execute example Example#1129 - cubrid_fetch example Example#1130 - cubrid_free_result example ... #1180 - cubrid_error example Example#1181 - cubrid_fetch_array example Example#1182 - cubrid_fetch_assoc ex ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
連想配列として結果の行を取得する 5342
« odbc_execute odbc_fetch_into » PHP Manual ODBC 関数 連想配列として結果の行を取得する odbc_fetch ... h_array (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) odbc_fetch_array — 連想配列として結果の行を取得する 説明 odbc ... _fetch_array ( resource $statement , int $row = -1 ): arr ... にして コンパイルした場合に使用可能です。 参考 odbc_fetch_row() - 行を取り込む odbc_fetch_object() - オブジェ ... () - 結果における行数を返す 関連キーワード: 取得 , fetch , 行 , array , row , 関数 , 注意 , 配列 , num , オ ...
https://man.plustar.jp/php/function.odbc-fetch-array.html - [similar]
Fetch the current CPU time usage of the Lua environment 5297
« LuaSandbox::enableProfiler LuaSandbox::getMemoryUsage » PHP Manual LuaSandbox Fetch the curren ... ECL luasandbox >= 1.0.0) LuaSandbox::getCPUUsage — Fetch the current CPU time usage of the Lua environment ... 説明 public LuaSandbox::getCPUUsage (): float Fetches the current CPU time usage of the Lua environmen ... not CPU time. 参考 LuaSandbox::getMemoryUsage() - Fetch the current memory usage of the Lua environment Lu ... aSandbox::getPeakMemoryUsage() - Fetch the peak memory usage of the Lua environment LuaSa ...
https://man.plustar.jp/php/luasandbox.getcpuusage.html - [similar]
結果セットにおける現在の行のカラムの長さを返す 5297
« mysqli_result::getIterator mysqli_result::$num_rows » PHP Manual mysqli_result 結果セットにおけ ... のカラムの長さを返す mysqli_result::$lengths mysqli_fetch_lengths (PHP 5, PHP 7, PHP 8) mysqli_result::$leng ... ths -- mysqli_fetch_lengths — 結果セットにおける現在の行のカラムの長さ ... ? array $mysqli_result->lengths ; 手続き型 mysqli_fetch_lengths ( mysqli_result $result ): array | false m ... ysqli_fetch_lengths() 関数は、 result が指す結果セットの現在の ...
https://man.plustar.jp/php/mysqli-result.lengths.html - [similar]
結果セットの行からひとつのカラムを返す 5252
« db2_procedures db2_rollback » PHP Manual IBM DB2 関数 結果セットの行からひとつのカラムを返す d ... 位置を指定するため、 db2_result() のコール前には db2_fetch_row() をコールする必要があります。 パラメータ stmt ... せます。 例 例1 db2_result() の例 以下の例では、 db2_fetch_row() で結果セットを 順に処理し、 db2_result() で結 ... ); db2_execute ( $stmt , array( 10 )); while ( db2_fetch_row ( $stmt )) { $name = db2_result ( $stmt , 0 ); ... ubbles budgerigar Gizmo goat Rickety Ride 参考 db2_fetch_array() - 結果セット内の行を表す、カラム位置をイン ...
https://man.plustar.jp/php/function.db2-result.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT