検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 274 for row (0.019 sec.)
指定したステートメントのカラム数を返す 5238
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... bind_param ( 's' , $code ); $stmt -> execute (); $row = $stmt -> get_result ()-> fetch_row (); for ( $i ... printf ( "Value of column number %d is %s" , $i , $row [ $i ]); } 例2 手続き型 <?php mysqli_report ( MYSQ ... mt ); $result = mysqli_stmt_get_result ( $stmt ); $row = mysqli_fetch_row ( $result ); for ( $i = 0 ; $i ... printf ( "Value of column number %d is %s" , $i , $row [ $i ]); } 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
Vtiful\Kernel\Excel insertImage 5238
« Vtiful\Kernel\Excel::insertFormula Vtiful\Kernel\Excel::insertText » PHP Manual Vtiful\Kernel\ ... 説明 public Vtiful\Kernel\Excel::insertImage ( int $row , int $column , string $localImagePath ) Insert a ... local image into the cell. パラメータ row cell row column cell column localImagePath local i ... ); 関連キーワード: Vtiful , Kernel , insertImage , row , column , localImagePath , int , local , xlswrite ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertImage.html - [similar]
Retrieves the number of rows in a result set 5209
« sqlsrv_num_fields sqlsrv_prepare » PHP Manual SQLSRV 関数 Retrieves the number of rows in a re ... sult set sqlsrv_num_rows (No version information available, might only be ... in Git) sqlsrv_num_rows — Retrieves the number of rows in a result set 説 ... 明 sqlsrv_num_rows ( resource $stmt ): mixed Retrieves the number of ... rows in a result set. This function requires that the ...
https://man.plustar.jp/php/function.sqlsrv-num-rows.html - [similar]
結果の行をオブジェクトとして取得する 5189
« mysql_fetch_lengths mysql_fetch_row » PHP Manual MySQL 関数 結果の行をオブジェクトとして取得す ... mysql_query ( "select * from mytable" ); while ( $row = mysql_fetch_object ( $result )) { echo $row -> u ... ser_id ; echo $row -> fullname ; } mysql_free_result ( $result ); ?> ... の関数は mysql_fetch_array() と同等で、 mysql_fetch_row() とほぼ同等です(違いはわずかです)。 注意 : mysql_ ... c() - 連想配列として結果の行を取得する mysql_fetch_row() - 結果を添字配列として取得する mysql_data_seek() ...
https://man.plustar.jp/php/function.mysql-fetch-object.html - [similar]
Swoole 5160
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... e with fixed size. Swoole\Table::count — Count the rows in the table, or count all the elements in the ta ... ory table. Swoole\Table::current — Get the current row. Swoole\Table::decr — Decrement the value in the S ... woole table by $row_key and $column_key. Swoole\Table::del — Delete a ... row in the Swoole table by $row_key. Swoole\Table::destroy — Destroy the Swoole ta ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Vtiful\Kernel\Excel insertText 5160
« Vtiful\Kernel\Excel::insertImage Vtiful\Kernel\Excel::mergeCells » PHP Manual Vtiful\Kernel\Ex ... 説明 public Vtiful\Kernel\Excel::insertText ( int $row , int $column , string int double $data , string $ ... format = ? ) Write text in a cell. パラメータ row cell row column cell column data data to be writte ... (); 関連キーワード: Vtiful , Kernel , insertText , row , format , data , column , int , public , xlswrite ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertText.html - [similar]
InterBase データベースからオブジェクトを得る 5131
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... e' ; $sth = ibase_query ( $dbh , $stmt ); while ( $row = ibase_fetch_object ( $sth )) { echo $row -> emai ... "\n" ; } ibase_close ( $dbh ); ?> 参考 ibase_fetch_row() - InterBase データベースから 1 行分の結果を取得す ... データベース , 取得 , flag , BLOB , result , assoc , row ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]
Vtiful\Kernel\Excel insertFormula 5131
« Vtiful\Kernel\Excel::header Vtiful\Kernel\Excel::insertImage » PHP Manual Vtiful\Kernel\Excel ... 明 public Vtiful\Kernel\Excel::insertFormula ( int $row , int $column , string $formula ) Insert calculati ... on formula. パラメータ row cell row column cell column formula formula string ... iful , Kernel , insertFormula , formula , column , row , int , string , public , xlswriter ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertFormula.html - [similar]
Return the number of columns in the result set 5073
« cubrid_list_dbs cubrid_ping » PHP Manual CUBRID MySQL 互換関数 Return the number of columns in ... cubrid_execute ( $conn , "SELECT * FROM code" ); $row_num = cubrid_num_rows ( $req ); $col_num = cubrid_ ... num_fields ( $req ); printf ( "Row Num: %d\nColumn Num: %d\n" , $row_num , $col_num ) ... nnect ( $conn ); ?> 上の例の出力は以下となります。 Row Num: 6 Column Num: 2 関連キーワード: result , colu ...
https://man.plustar.jp/php/function.cubrid-num-fields.html - [similar]
The MySQLi Extension Function Summary 5073
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... not use) Description Properties $mysqli::affected_rows mysqli_affected_rows() N/A Gets the number of aff ... ected rows in a previous MySQL operation $mysqli::client_inf ... use) Description Properties $mysqli_stmt::affected_rows mysqli_stmt_affected_rows() N/A Returns the total ... number of rows changed, deleted, or inserted by the last execute ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]