検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 219 for rows (0.041 sec.)
クエリを実行する 4714
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... fetch_object() - 行をオブジェクトとして得る pg_num_rows() - 行数を返す pg_affected_rows() - 変更されたレコ ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
TableDelete クラス 4683
« Table::update TableDelete::bind » PHP Manual Mysql_xdevapi TableDelete クラス TableDelete クラ ... ecute (): mysql_xdevapi\Result public limit ( int $rows ): mysql_xdevapi\TableDelete public orderby ( stri ...
https://man.plustar.jp/php/class.mysql-xdevapi-tabledelete.html - [similar]
Return the current CUBRID connection charset 4683
« cubrid_affected_rows cubrid_close » PHP Manual CUBRID MySQL 互換関数 Return the current CUBRID ...
https://man.plustar.jp/php/function.cubrid-client-encoding.html - [similar]
Return the number of columns in the result set 4683
« cubrid_list_dbs cubrid_ping » PHP Manual CUBRID MySQL 互換関数 Return the number of columns in ... nn , "SELECT * FROM code" ); $row_num = cubrid_num_rows ( $req ); $col_num = cubrid_num_fields ( $req ); p ...
https://man.plustar.jp/php/function.cubrid-num-fields.html - [similar]
MySQL クエリを送信する 4683
« mysql_ping mysql_real_escape_string » PHP Manual MySQL 関数 MySQL クエリを送信する mysql_query ... ELECT 文によって返された行の数を知るには mysql_num_rows() を用います。また DELETE, INSERT, REPLACE, または ... ATE 文で変更された行の数を 知るには mysql_affected_rows() を用います。 クエリが参照するテーブルにアクセスす ...
https://man.plustar.jp/php/function.mysql-query.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 4683
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... xecute ( $stmt ); while ( oci_fetch ( $stmt )) { $nrows = oci_num_rows ( $stmt ); $delete = oci_parse ( $c ... , OCI_B_ROWID ); oci_execute ( $delete ); echo " $nrows \n" ; if (( $nrows % $commitsize ) == 0 ) { oci_co ... mmit ( $conn ); } } $nrows = oci_num_rows ( $stmt ); echo " $nrows deleted... ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
画像のサイズを変更する 4683
« Gmagick::swirlimage Gmagick::trimimage » PHP Manual Gmagick 画像のサイズを変更する Gmagick::th ... 三番目のパラメータに true を指定すると、columns や rows にそれぞれの最大値を使用します。両方のパラメータが ...
https://man.plustar.jp/php/gmagick.thumbnailimage.html - [similar]
MagickPixelIterator を返す 4683
« Imagick::getPage Imagick::getPixelRegionIterator » PHP Manual Imagick MagickPixelIterator を返 ... rator as $row => $pixels ) { /* Loop through pixel rows */ foreach ( $pixels as $column => $pixel ) { /* L ...
https://man.plustar.jp/php/imagick.getpixeliterator.html - [similar]
ImagickPixelIterator のコンストラクタ 4683
« ImagickPixelIterator::clear ImagickPixelIterator::destroy » PHP Manual ImagickPixelIterator Im ... kPixelIterator ( $imagick ); /* Loop through pixel rows */ foreach ( $imageIterator as $pixels ) { /* Loop ...
https://man.plustar.jp/php/imagickpixeliterator.construct.html - [similar]
ステートメントの属性の現在の値を取得する 4683
« mysqli_stmt::$affected_rows mysqli_stmt::attr_set » PHP Manual mysqli_stmt ステートメントの属性 ...
https://man.plustar.jp/php/mysqli-stmt.attr-get.html - [similar]