検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 357 for fetch (0.019 sec.)
結果の行をオブジェクトとして取得する 6465
« mysql_fetch_lengths mysql_fetch_row » PHP Manual MySQL 関数 結果の行をオブジェクトとして取得す ... る mysql_fetch_object (PHP 4, PHP 5) mysql_fetch_object — 結果の行 ... い。 この関数の代替として、これらが使えます。 mysqli_fetch_object() PDOStatement::fetch(PDO::FETCH_OBJ) 説明 ... mysql_fetch_object ( resource $result , string $class_name = ? ... 残っていない場合は、 false を返します。 例 例1 mysql_fetch_object() の例 <?php mysql_connect ( "hostname" , " ...
https://man.plustar.jp/php/function.mysql-fetch-object.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 6465
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... 列で返す oci_fetch_array (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oc ... i_fetch_array — クエリの次の行を連想配列あるいは数値添字配 ... 列で返す 説明 oci_fetch_array ( resource $statement , int $mode = OCI_BOTH ... ンの第2引数は、次の定数の組み合わせが可能です。 oci_fetch_array() のモード 定数 説明 OCI_BOTH 連想配列と配列 ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
結果における各出力の長さを得る 6439
« mysql_fetch_field mysql_fetch_object » PHP Manual MySQL 関数 結果における各出力の長さを得る my ... sql_fetch_lengths (PHP 4, PHP 5) mysql_fetch_lengths — 結果に ... い。 この関数の代替として、これらが使えます。 mysqli_fetch_lengths() PDOStatement::getColumnMeta() 説明 mysql ... _fetch_lengths ( resource $result ): array | false MySQL ... 各フィールドの長さを 格納した配列を返します。 mysql_fetch_lengths() は、 mysql_fetch_row() , mysql_fetch_ass ...
https://man.plustar.jp/php/function.mysql-fetch-lengths.html - [similar]
行を連想配列として取得する 6439
« pg_fetch_array pg_fetch_object » PHP Manual PostgreSQL 関数 行を連想配列として取得する pg_fetch ... h_assoc (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_fetch_assoc — 行を連想配列として取得する 説明 pg_fetch_a ... lt $result , ? int $row = null ): array | false pg_fetch_assoc() は、取得した行(レコード)を 保持する連想配 ... 列を返します。 pg_fetch_assoc() は、オプションの第 3 パラメータに PGSQL_AS ... SOC を指定して pg_fetch_array() をコールするのと同じです。連想配列のみを返 ...
https://man.plustar.jp/php/function.pg-fetch-assoc.html - [similar]
定義済み定数 6439
« リソース型 接続、および接続の管理 » PHP Manual PDO 定義済み定数 定義済み定数 以下の定数が定義さ ... タ型とのビットORとして指定する必要があります。 PDO::FETCH_DEFAULT ( int ) デフォルトの取得方法を使うことを指 ... 定します。 PHP 8.0.7 以降で利用可能です。 PDO::FETCH_LAZY ( int ) 取得する方法として、 結果セットが返す ... オブジェクトとして各行を返す方法を 指定します。 PDO::FETCH_LAZY は、アクセスされたものと同じ名前のオブジェクト ... 変数を作成します。 PDOStatement::fetchAll() の中では使えません。 PDO::FETCH_ASSOC ( int ) ...
https://man.plustar.jp/php/pdo.constants.html - [similar]
mysqli_result クラス 6421
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス ... LT ) public data_seek ( int $offset ): bool public fetch_all ( int $mode = MYSQLI_NUM ): array public fetch ... $mode = MYSQLI_BOTH ): array | null | false public fetch_assoc (): array | null | false public fetch_column ... = 0 ): null | int | float | string | false public fetch_field_direct ( int $index ): object | false public ... fetch_field (): object | false public fetch_fields (): a ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]
Return a numerical array with the values of the current row 6421
« cubrid_fetch_object cubrid_field_flags » PHP Manual CUBRID MySQL 互換関数 Return a numerical a ... rray with the values of the current row cubrid_fetch_row (PECL CUBRID >= 8.3.0) cubrid_fetch_row — Retu ... ray with the values of the current row 説明 cubrid_fetch_row ( resource $result , int $type = ? ): array Th ... NULL, when process is unsuccessful. 例 例1 cubrid_fetch_row() example <?php $conn = cubrid_connect ( "loca ... ea" , "seats" , "address" ); while ( $row = cubrid_fetch_row ( $req )) { printf ( "%-40s %-10s %-6s %-20s\n ...
https://man.plustar.jp/php/function.cubrid-fetch-row.html - [similar]
InterBase データベースからオブジェクトを得る 6421
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... らオブジェクトを得る ibase_fetch_object (PHP 5, PHP 7 < 7.4.0) ibase_fetch_object — ... Base データベースからオブジェクトを得る 説明 ibase_fetch_object ( resource $result_id , int $fetch_flag = 0 ... から、行を疑似オブジェクトとして取得します。 ibase_fetch_object() を続けてコールすると、 結果セットの次の行 ... いは ibase_execute() で取得した InterBase 結果 ID。 fetch_flag fetch_flag は、定数 IBASE_TEXT および IBASE_U ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]
クエリの次の行を連想配列で返す 6421
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fetch ... ssoc (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch_assoc — クエリの次の行を連想配列で返す 説明 oci_fe ... 返された場合は、もう行がないことをあらわします。 oci_fetch_assoc() をコールするのは、 oci_fetch_array() で OC ... にもう行がない場合は false を返します。 例 例1 oci_fetch_assoc() の例 <?php $conn = oci_connect ( 'hr' , 'w ... nts' ); oci_execute ( $stid ); while (( $row = oci_fetch_assoc ( $stid )) != false ) { echo $row [ 'DEPARTM ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 6421
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... P 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch_row — クエリの次の行を配列で返す 説明 oci_fetch_ro ... す。 false は、もう行がないことをあらわします。 oci_fetch_row() をコールすることは、 oci_fetch_array() で OC ... にもう行がない場合は false を返します。 例 例1 oci_fetch_row() の例 <?php $conn = oci_connect ( 'hr' , 'wel ... nts' ); oci_execute ( $stid ); while (( $row = oci_fetch_row ( $stid )) != false ) { echo $row [ 0 ] . " " ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT