検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 158 for assoc (0.007 sec.)
Send a CUBRID query 5518
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... the currently active database on the server that's associated with the specified conn_identifier . パラメー ... brid_fetch_row(), etc. while ( $row = cubrid_fetch_assoc ( $result )) { echo $row [ 'firstname' ]; echo $ro ... s' ]; echo $row [ 'age' ]; } // Free the resources associated with the result set // This is done automatic ... of a specific field in a specific row cubrid_fetch_assoc() - Return the associative array that corresponds ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 5518
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... te ( $stid ); $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS ); foreach ( $row as $item ) { ... d ); while (( $row = oci_fetch_array ( $stid , OCI_ASSOC )) != false ) { echo $row [ 'LAST_NAME' ] . "<br>\ ... te ( $stid ); $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS ); $rid = $row [ 'ROWID' ]; $na ... id ); while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS )) { var_dump ( $row ); } oci_f ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
クエリからの複数の行を二次元配列に取得する 5518
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... , int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC ): int クエリからの複数の行を二次元配列に取得します ... 説明 OCI_NUM 各列の配列に数値添字を使います。 OCI_ASSOC 各カラムを連想配列にします。 これがデフォルトです。 ... 次の行を連想配列あるいは数値添字配列で返す oci_fetch_assoc() - クエリの次の行を連想配列で返す oci_fetch_objec ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
行をオブジェクトとして得る 5518
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... pg_fetch_array() - 行を配列として取得する pg_fetch_assoc() - 行を連想配列として取得する pg_fetch_row() - 数 ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
結果セットの次の行から、単一のカラムの値を取得する 5518
« mysqli_result::fetch_assoc mysqli_result::fetch_field_direct » PHP Manual mysqli_result 結果セ ... 字配列あるいはその両方の形式で取得する mysqli_fetch_assoc() - 結果セットの次の行を連想配列で取得する mysqli_ ...
https://man.plustar.jp/php/mysqli-result.fetch-column.html - [similar]
ステートメントの実行 5518
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... -> data_seek ( $row_no ); $row = $result -> fetch_assoc (); echo " id = " . $row [ 'id' ] . "\n" ; } echo ... FROM test WHERE id = 1" ); $row = $result -> fetch_assoc (); printf ( "id = %s (%s)\n" , $row [ 'id' ], get ... FROM test WHERE id = 1" ); $row = $result -> fetch_assoc (); printf ( "id = %s (%s)\n" , $row [ 'id' ], get ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
結果セット内の行を表す、カラム位置をインデックスとする配列を返す 5460
« db2_execute db2_fetch_assoc » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラム位置をイン ... ide goat 9.70 2 Smarty horse 350.00 参考 db2_fetch_assoc() - 結果セット内の行を表す、カラム名をインデックス ...
https://man.plustar.jp/php/function.db2-fetch-array.html - [similar]
プリペアドステートメント 5460
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... test' ); var_dump ( $result -> fetch_all ( MYSQLI_ASSOC )); 上の例の出力は以下となります。 array(3) { [0]= ... = $stmt -> get_result (); $row = $result -> fetch_assoc (); printf ( "id = %s (%s)\n" , $row [ 'id' ], get ... esult (); var_dump ( $result -> fetch_all ( MYSQLI_ASSOC )); 上の例の出力は以下となります。 array(1) { [0]= ... data_seek ( $row_no ); var_dump ( $result -> fetch_assoc ()); } 上の例の出力は以下となります。 array(2) { [ ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
バッファクエリと非バッファクエリ 5460
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと ... if ( $uresult ) { while ( $row = $uresult -> fetch_assoc ()) { echo $row [ 'Name' ] . PHP_EOL ; } } ?> 例2 ... { while ( $row = $uresult -> fetch ( PDO :: FETCH_ASSOC )) { echo $row [ 'Name' ] . PHP_EOL ; } } ?> 関連キ ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
定義済み定数 5391
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... uery result as a numeric array (0-default). CUBRID_ASSOC Get query result as an associative array. CUBRID_B ... OTH Get query result as both numeric and associative arrays (default value). CUBRID_OBJECT Get qu ... _fetch_row() , cubrid_fetch_array() , cubrid_fetch_assoc() and cubrid_fetch_object() . The following consta ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT