検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 274 for row (0.013 sec.)
結果セットの行数を取得する 4605
« mysqli_result::$lengths mysqli_driver » PHP Manual mysqli_result 結果セットの行数を取得する my ... sqli_result::$num_rows mysqli_num_rows (PHP 5, PHP 7, PHP 8) mysqli_resu ... lt::$num_rows -- mysqli_num_rows — 結果セットの行数を取得する 説 ... オブジェクト指向型 int | string $mysqli_result->num_rows ; 手続き型 mysqli_num_rows ( mysqli_result $resul ... t | string 結果セットの行数を返します。 mysqli_num_rows() の振る舞いは、 結果セットをバッファに格納してい ...
https://man.plustar.jp/php/mysqli-result.num-rows.html - [similar]
PHP 用 Microsoft SQL Server ドライバ 4576
« SQLite3Result::reset はじめに » PHP Manual ベンダー固有のモジュール PHP 用 Microsoft SQL Serve ... として返す sqlsrv_fetch_object — Retrieves the next row of data in a result set as an object sqlsrv_fetch ... — Makes the next row in a result set available for reading sqlsrv_field ... ield — Gets field data from the currently selected row sqlsrv_has_rows — Indicates whether the specified ... statement has rows sqlsrv_next_result — Makes the next result of the ...
https://man.plustar.jp/php/book.sqlsrv.html - [similar]
The Vtiful\Kernel\Excel class 4576
« 定義済み定数 Vtiful\Kernel\Excel::addSheet » PHP Manual XLSWriter The Vtiful\Kernel\Excel clas ... ( array $headerData ) public insertFormula ( int $row , int $column , string $formula ) public insertIma ... ge ( int $row , int $column , string $localImagePath ) public in ... sertText ( int $row , int $column , string int double $data , string $ ... , float $width , resource $format = ? ) public setRow ( string $range , float $height , resource $format ...
https://man.plustar.jp/php/class.vtiful-kernel-excel.html - [similar]
Export the lob object to a file 4576
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... d_move_cursor ( $req , 1 , CUBRID_CURSOR_FIRST ); $row = cubrid_fetch ( $req , CUBRID_NUM | CUBRID_LOB ); ... cubrid_lob2_export ( $row [ 1 ], "doc_3.txt" ); cubrid_lob2_close ( $row [ 1 ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
のエイリアス ibase_field_info 4576
« fbird_fetch_row fbird_free_event_handler » PHP Manual Firebird/InterBase 関数 のエイリアス iba ... fo , ibase , fbird , 関数 , num , fields , fetch , row , free , event ...
https://man.plustar.jp/php/function.fbird-field-info.html - [similar]
Escape special characters in a string for use in an SQL statement 4547
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... f a character string, enter two single quotes in a row. パラメータ unescaped_string The string that is to ... _execute ( $conn , "SELECT * FROM cubrid_test" ); $row = cubrid_fetch_assoc ( $req ); var_dump ( $row ); ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
Gets a record from a database as an associative array 4547
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... ; for ( $i = 1 ; $i <= $record_numbers ; $i ++) { $row = dbase_get_record_with_names ( $db , $i ); if ( $ ... member' ] == 1 ) { echo "Member # $i : " . trim ( $row [ 'name' ]) . "\n" ; } } } ?> 参考 dbase_get_recor ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
クエリの結果から、行を連想配列として取得する 4547
« ibase_execute ibase_fetch_object » PHP Manual Firebird/InterBase 関数 クエリの結果から、行を連 ... 同名のその他のカラムにアクセスするには、 ibase_fetch_row() を使用して数値添字を用いるか あるいはクエリ中でカ ... もうない場合には false を返します。 参考 ibase_fetch_row() - InterBase データベースから 1 行分の結果を取得す ... 取得 , ibase , 行 , assoc , カラム , flag , result , row , BLOB ...
https://man.plustar.jp/php/function.ibase-fetch-assoc.html - [similar]
Cancels a statement 4547
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... rue )); } $salesTotal = 0 ; $count = 0 ; while( ( $row = sqlsrv_fetch_array ( $stmt )) && $salesTotal <= ... 100000 ) { $qty = $row [ 0 ]; $price = $row [ 1 ]; $salesTotal += ( $pric ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
定義済み定数 4547
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... tion, see » Specifying a Cursor Type and Selecting Rows . SQLSRV_CURSOR_STATIC ( int ) Indicates a static ... tion, see » Specifying a Cursor Type and Selecting Rows . SQLSRV_CURSOR_DYNAMIC ( int ) Indicates a dynam ... tion, see » Specifying a Cursor Type and Selecting Rows . SQLSRV_CURSOR_KEYSET ( int ) Indicates a keyset ... tion, see » Specifying a Cursor Type and Selecting Rows . SQLSRV_CURSOR_BUFFERED ( int ) Creates a client ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]