検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 219 for rows (0.014 sec.)
データベース更新の自動コミットをオンまたはオフにする 5289
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... t=true */ $mysqli -> commit (); print "Committed 2 rows in the database\n" ; $result = $mysqli -> query ( ... e */ mysqli_commit ( $mysqli ); print "Committed 2 rows in the database\n" ; $result = mysqli_query ( $mys ... の出力は以下となります。 Autocommit is 0 Committed 2 rows in the database Autocommit is 0 Committed 2 row in ... the database Autocommit is 0 Committed 2 rows in the database Autocommit is 0 Committed 2 row in ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
CUBRID MySQL 互換関数 5258
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... 関数 目次 cubrid_affected_rows — Return the number of rows affected by the last S ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
クエリからの複数の行を二次元配列に取得する 5258
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... ions WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows = oci_fetch_all ( $stid , $res ); echo " $nrows ro ... r>\n" ; var_dump ( $res ); // var_dump 出力は // 2 rows fetched // array(2) { // ["POSTAL_CODE"]=> // arra ... ions WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows = oci_fetch_all ( $stid , $res , null , null , OCI ... _FETCHSTATEMENT_BY_ROW ); echo " $nrows rows fetched<br>\n" ; var_dump ( $res ); // 出力は ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
結果のすべての行を連想配列・数値添字配列あるいはその両方の形式で取得する 5258
« mysqli_result::data_seek mysqli_result::fetch_array » PHP Manual mysqli_result 結果のすべての行 ... me, CountryCode FROM City ORDER BY ID LIMIT 3" ); $rows = $result -> fetch_all ( MYSQLI_ASSOC ); foreach ( ... $rows as $row ) { printf ( "%s (%s)\n" , $row [ "Name" ] ... me, CountryCode FROM City ORDER BY ID LIMIT 3" ); $rows = mysqli_fetch_all ( $result , MYSQLI_ASSOC ); for ... each ( $rows as $row ) { printf ( "%s (%s)\n" , $row [ "Name" ] ...
https://man.plustar.jp/php/mysqli-result.fetch-all.html - [similar]
直近の SQL ステートメントによって作用した行数を返す 5258
« PDOStatement::nextRowset PDOStatement::setAttribute » PHP Manual PDOStatement 直近の SQL ステー ... * 削除された行数を返す */ print( "Return number of rows that were deleted:\n" ); $count = $del -> rowCount ... (); print( "Deleted $count rows.\n" ); ?> 上の例の出力は、 たとえば以下のようになり ... ます。 Return number of rows that were deleted: Deleted 9 rows. 例2 SELECT 文に ...
https://man.plustar.jp/php/pdostatement.rowcount.html - [similar]
クエリがプリフェッチする行数を設定する 5237
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... 説明 oci_set_prefetch ( resource $statement , int $rows ): bool oci_execute() のコール、およびそれに伴う内 ... メント ID、 あるいは REF CURSOR ステートメント ID。 rows プリフェッチする行数。>= 0 戻り値 成功した場合に t ... ョン 説明 PECL OCI8 1.4 これより前のバージョンでは、 rows は 1 以上でなければなりませんでした。 PECL OCI8 1. ... 4 これより前のバージョンでは、プリフェッチの上限は rows 行と 1024 * rows バイトのうちの少ないほうでした。 ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
のエイリアス ibase_add_user 5206
« Firebird/InterBase 関数 fbird_affected_rows » PHP Manual Firebird/InterBase 関数 のエイリアス ... user , ibase , fbird , 関数 , modify , affected , rows , 参考 , ...
https://man.plustar.jp/php/function.fbird-add-user.html - [similar]
内部的な結果ポインタを移動する 5206
« mysql_create_db mysql_db_name » PHP Manual MySQL 関数 内部的な結果ポインタを移動する mysql_dat ... 0 から始まります。 row_number は 0 から mysql_num_rows() - 1 までの範囲にあるべきです。 しかし、もし結果セ ... ットが空( mysql_num_rows() == 0) の場合、0 へのシークは E_WARNING を発生し ... ); } /* 行を逆順で取得する */ for ( $i = mysql_num_rows ( $result ) - 1 ; $i >= 0 ; $i --) { if (! mysql_d ... 考 mysql_query() - MySQL クエリを送信する mysql_num_rows() - 結果における行の数を得る mysql_fetch_row() - 結 ...
https://man.plustar.jp/php/function.mysql-data-seek.html - [similar]
Imagick クラス 5174
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... l public adaptiveResizeImage ( int $columns , int $rows , bool $bestfit = false , bool $legacy = false ): ... onIterator ( int $x , int $y , int $columns , int $rows ): ImagickPixelIterator public getPointSize (): fl ... DEFAULT ): bool public newImage ( int $cols , int $rows , mixed $background , string $format = ? ): bool p ... ublic newPseudoImage ( int $columns , int $rows , string $pseudoString ): bool public nextImage () ...
https://man.plustar.jp/php/class.imagick.html - [similar]
結果のカラム数を返す 5174
« odbc_next_result odbc_num_rows » PHP Manual ODBC 関数 結果のカラム数を返す odbc_num_fields (PH ... カラム , num , fields , フィールド , next , result , rows , 関数 , resource , int ...
https://man.plustar.jp/php/function.odbc-num-fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT