検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 274 for row (0.073 sec.)
Firebird/InterBase 関数 4216
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... _user — のエイリアス ibase_add_user fbird_affected_rows — のエイリアス ibase_affected_rows fbird_backup — ... ject — のエイリアス ibase_fetch_object fbird_fetch_row — のエイリアス ibase_fetch_row fbird_field_info — ... — Add a user to a security database ibase_affected_rows — 直近のクエリで変更された行の数を返す ibase_back ... ase データベースからオブジェクトを得る ibase_fetch_row — InterBase データベースから 1 行分の結果を取得する ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
Firebird/InterBase 4196
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebir ... _user — のエイリアス ibase_add_user fbird_affected_rows — のエイリアス ibase_affected_rows fbird_backup — ... ject — のエイリアス ibase_fetch_object fbird_fetch_row — のエイリアス ibase_fetch_row fbird_field_info — ... — Add a user to a security database ibase_affected_rows — 直近のクエリで変更された行の数を返す ibase_back ... ase データベースからオブジェクトを得る ibase_fetch_row — InterBase データベースから 1 行分の結果を取得する ...
https://man.plustar.jp/php/book.ibase.html - [similar]
MySQL テーブルのフィールドのリストを得る 4196
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... query: ' . mysql_error (); exit; } if ( mysql_num_rows ( $result ) > 0 ) { while ( $row = mysql_fetch_as ... soc ( $result )) { print_r ( $row ); } } ?> 上の例の出力は、 たとえば以下のようになり ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 4196
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN ... + OCI_RETURN_LOBS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" .( $item !== null ? html ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
指定したテーブルに関するカラムおよび付随する権限のリストを取得する 4196
« odbc_close odbc_columns » PHP Manual ODBC 関数 指定したテーブルに関するカラムおよび付随する権限 ... 'TutorialDB' , 'dbo' , 'test' , 'id' ); while (( $row = odbc_fetch_array ( $privileges ))) { print_r ( $ ... row ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-columnprivileges.html - [similar]
データソースに接続する 4196
« odbc_commit odbc_cursor » PHP Manual ODBC 関数 データソースに接続する odbc_connect (PHP 4, PHP ... 性があります。 また、いくつかのドライバは odbc_fetch_row() においてオプションの row_number パラメータをサポ ...
https://man.plustar.jp/php/function.odbc-connect.html - [similar]
指定したデータソースに保存されているプロシージャのリストを取得する 4196
« odbc_procedurecolumns odbc_result_all » PHP Manual ODBC 関数 指定したデータソースに保存されてい ... es ( $conn , $catalog , $schema , '%' ); while (( $row = odbc_fetch_array ( $procedures ))) { print_r ( $ ... row ); break; // further rows omitted for brevity } ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/function.odbc-procedures.html - [similar]
関数・メソッド 4196
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... 16 進数を表す文字かどうかを調べる cubrid_affected_rows - Return the number of rows affected by the last ... rsor location cubrid_data_seek - Move the internal row pointer of the CUBRID result cubrid_db_name - Get ... epared SQL statement cubrid_fetch - Fetch the next row from a result set cubrid_fetch_array - Fetch a res ... ult row as an associative array, a numeric array, or both ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
事前にオープンしているデータベース接続を閉じる 4196
« mysqli::character_set_name mysqli::commit » PHP Manual mysqli 事前にオープンしているデータベー ... じます */ $mysqli -> close (); foreach ( $result as $row ) { /* データベースから取得したデータを処理します ... */ mysqli_close ( $mysqli ); foreach ( $result as $row ) { /* データベースから取得したデータを処理します ...
https://man.plustar.jp/php/mysqli.close.html - [similar]
mysqli_result クラス 4167
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス ... ray $ lengths ; public readonly int | string $ num_rows ; public int $ type ; /* メソッド */ public __con ... or_args = [] ): object | null | false public fetch_row (): array | null | false public field_seek ( int $ ... 取得し、オブジェクトとして返す mysqli_result::fetch_row — 結果セットの次の行を数値添字配列で取得する mysql ... ける現在の行のカラムの長さを返す mysqli_result::$num_rows — 結果セットの行数を取得する 関連キーワード: resu ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]