検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 357 for fetch (0.067 sec.)
プリペアドステートメントから結果セットのメタデータを返す 4646
« mysqli_stmt::reset mysqli_stmt::send_long_data » PHP Manual mysqli_stmt プリペアドステートメン ... ースの) 関数に渡します。 mysqli_num_fields() mysqli_fetch_field() mysqli_fetch_field_direct() mysqli_fetch_f ... 取得するには、ステートメントハンドルを mysqli_stmt_fetch() に渡してください。 パラメータ stmt 手続き型のみ: ... らフィールド情報を取得します */ $field = $result -> fetch_field (); printf ( "Fieldname: %s\n" , $field -> n ... トからフィールド情報を取得します */ $field = mysqli_fetch_field ( $result ); printf ( "Fieldname: %s\n" , $f ...
https://man.plustar.jp/php/mysqli-stmt.result-metadata.html - [similar]
最初の MySQL API 4610
« Warning::__construct はじめに » PHP Manual MySQL 最初の MySQL API 最初の MySQL API はじめに イ ... query で使用するために文字列をエスケープする mysql_fetch_array — 連想配列、添字配列、またはその両方として結 ... 果の行を取得する mysql_fetch_assoc — 連想配列として結果の行を取得する mysql_fet ... からカラム情報を取得し、オブジェクトとして返す mysql_fetch_lengths — 結果における各出力の長さを得る mysql_fet ... bject — 結果の行をオブジェクトとして取得する mysql_fetch_row — 結果を添字配列として取得する mysql_field_fla ...
https://man.plustar.jp/php/book.mysql.html - [similar]
MySQL 改良版拡張モジュール 4610
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール は ... — プリペアドステートメントを実行する mysqli_stmt::fetch — プリペアドステートメントから結果を取得し、バイン ... 結果の任意の行にポインタを移動する mysqli_result::fetch_all — 結果のすべての行を連想配列・数値添字配列ある ... いはその両方の形式で取得する mysqli_result::fetch_array — 結果セットの次の行を連想配列・数値添字配列 ... あるいはその両方の形式で取得する mysqli_result::fetch_assoc — 結果セットの次の行を連想配列で取得する mys ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 4610
« mysqli_stmt::bind_param mysqli_stmt::close » PHP Manual mysqli_stmt 結果を保存するため、プリペ ... バインドします。 データを取得するために mysqli_stmt_fetch() がコールされた場合、MySQL クライアント/ サーバー ... ンドしたりできます。 新しいバインドは、 mysqli_stmt_fetch() が次回コールされた時に効力を発揮します。 注意 : ... mysqli_stmt_execute() をコールしてから mysqli_stmt_fetch() をコールするまでの間に バインドしておく必要がある ... 1 , $col2 ); /* 値を取得します */ while ( $stmt -> fetch ()) { printf ( "%s %s\n" , $col1 , $col2 ); } 例2 ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
OCI8 関数 4610
« ドライバでサポートされるデータ型 oci_bind_array_by_name » PHP Manual OCI8 OCI8 関数 OCI8 関数 ... つかったエラーを返す oci_execute — 文を実行する oci_fetch_all — クエリからの複数の行を二次元配列に取得する o ... ci_fetch_array — クエリの次の行を連想配列あるいは数値添字配 ... 列で返す oci_fetch_assoc — クエリの次の行を連想配列で返す oci_fetch_o ... bject — クエリの次の行をオブジェクトとして返す oci_fetch_row — クエリの次の行を配列で返す oci_fetch — クエリ ...
https://man.plustar.jp/php/ref.oci8.html - [similar]
SQL 文によって変更された行の数を返す 4584
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_n ... アプリケーションで使用している場合、その代わりに db2_fetch_assoc() 、 db2_fetch_both() 、 db2_fetch_array() あ ... るいは db2_fetch_row() を使用して最初の行を取得し、 結果が false の ... 関連キーワード: た行 , 変更 , 文 , 数 , num , rows , fetch , カーソル , スクロール , stmt ...
https://man.plustar.jp/php/function.db2-num-rows.html - [similar]
指定したメッセージのヘッダ情報の概要を読む 4584
« imap_expunge imap_fetchbody » PHP Manual IMAP 関数 指定したメッセージのヘッダ情報の概要を読む ... imap_fetch_overview (PHP 4, PHP 5, PHP 7, PHP 8) imap_fetch_o ... 指定したメッセージのヘッダ情報の概要を読む 説明 imap_fetch_overview ( IMAP\Connection $imap , string $sequenc ... ンでは、 リソース が期待されていました。 例 例1 imap_fetch_overview() の例 <?php $mbox = imap_open ( "{imap.e ... すべてのメッセージの概要を取得します $result = imap_fetch_overview ( $mbox , "1: { $MC -> Nmsgs } " , 0 ); f ...
https://man.plustar.jp/php/function.imap-fetch-overview.html - [similar]
MySQL 関数 4584
« MySQL 拡張モジュールの概要を示す例 mysql_affected_rows » PHP Manual MySQL (最初の API) MySQL 関 ... query で使用するために文字列をエスケープする mysql_fetch_array — 連想配列、添字配列、またはその両方として結 ... 果の行を取得する mysql_fetch_assoc — 連想配列として結果の行を取得する mysql_fet ... からカラム情報を取得し、オブジェクトとして返す mysql_fetch_lengths — 結果における各出力の長さを得る mysql_fet ... bject — 結果の行をオブジェクトとして取得する mysql_fetch_row — 結果を添字配列として取得する mysql_field_fla ...
https://man.plustar.jp/php/ref.mysql.html - [similar]
結果データを得る 4566
« mysql_real_escape_string mysql_select_db » PHP Manual MySQL 関数 結果データを得る mysql_result ... ysqli_data_seek() を mysqli_field_seek() や mysqli_fetch_field() と組み合わせる PDOStatement::fetchColumn() ... るほかの関数と混用することはできません。 参考 mysql_fetch_row() - 結果を添字配列として取得する mysql_fetch_a ... 字配列、またはその両方として結果の行を取得する mysql_fetch_assoc() - 連想配列として結果の行を取得する mysql_f ... ワード: フィールド , result , 取得 , データ , 関数 , fetch , セット , mysqli , 内容 , セル ...
https://man.plustar.jp/php/function.mysql-result.html - [similar]
Move the internal row pointer of the CUBRID result 4494
« cubrid_close cubrid_db_name » PHP Manual CUBRID MySQL 互換関数 Move the internal row pointer o ... ic row number. There are functions, such as cubrid_fetch_assoc() , which use the current stored value of ro ... ); cubrid_data_seek ( $req , 0 ); $result = cubrid_fetch_row ( $req ); var_dump ( $result ); cubrid_data_se ... ek ( $req , 2 ); $result = cubrid_fetch_row ( $req ); var_dump ( $result ); cubrid_data_se ... ek ( $req , 4 ); $result = cubrid_fetch_row ( $req ); var_dump ( $result ); cubrid_close_r ...
https://man.plustar.jp/php/function.cubrid-data-seek.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT