検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 219 for rows (0.054 sec.)
PHP の配列から、データをテーブルにコピーする 6094
« PDO_PGSQL DSN PDO::pgsqlCopyFromFile » PHP Manual PostgreSQL (PDO) PHP の配列から、データをテー ... ::pgsqlCopyFromArray ( string $table_name , array $rows , string $delimiter = "\t" , string $null_as = "\\ ... \\N" , string $fields = ? ): bool rows 配列からデータをテーブル table_name にコピーします ... ます。 パラメータ table_name テーブル名を含む文字列 rows delimiter で区切られたフィールドの文字列の配列 del ... imiter rows 配列で使われているデリミタ null_as どのように null ...
https://man.plustar.jp/php/pdo.pgsqlcopyfromarray.html - [similar]
定義済み定数 6094
« リソース型 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 dynami ... 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]
直近のクエリで変更された行の数を返す 5760
« ibase_add_user ibase_backup » PHP Manual Firebird/InterBase 関数 直近のクエリで変更された行の数 ... を返す ibase_affected_rows (PHP 5, PHP 7 < 7.4.0) ibase_affected_rows — 直近の ... クエリで変更された行の数を返す 説明 ibase_affected_rows ( resource $link_identifier = ? ): int この関数は、 ... ード: 変更 , た行 , 直近 , ibase , 数 , identifier , rows , 実行 , トランザクション , affected ...
https://man.plustar.jp/php/function.ibase-affected-rows.html - [similar]
SQL 文によって変更された行の数を返す 5728
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_n ... um_rows (PECL ibm_db2 >= 1.0.0) db2_num_rows — SQL 文によっ ... て変更された行の数を返す 説明 db2_num_rows ( resource $stmt ): int SQL 文によって削除、挿入あ ... ーソルを使用して SELECT 文を発行した場合は、 db2_num_rows() は SELECT 文の結果の行数を返します。 しかし、スク ... ます。 関連キーワード: た行 , 変更 , 文 , 数 , num , rows , fetch , カーソル , スクロール , stmt ...
https://man.plustar.jp/php/function.db2-num-rows.html - [similar]
Enables/Disables the Expand Component 5728
« SolrQuery::setEchoParams SolrQuery::setExpandQuery » PHP Manual SolrQuery Enables/Disables the ... ucene' ); $query -> setExpand ( true ) -> setExpandRows ( 50 ) -> setExpandQuery ( 'text:product' ) -> add ... ば以下のようになります。 q=lucene&expand=true&expand.rows=50&expand.q=text:product&expand.fq=manu:apple&expa ... from the expand.sort parameter SolrQuery::setExpandRows() - Sets the number of rows to display in each gro ... up (expand.rows). Server Default 5 SolrQuery::setExpandQuery() - S ...
https://man.plustar.jp/php/solrquery.setexpand.html - [similar]
Count the rows in the table, or count all the elements in the table if $mode = 1... 5666
« Swoole\Table::__construct Swoole\Table::create » PHP Manual Swoole\Table Count the rows in the ... L swoole >= 1.9.0) Swoole\Table::count — Count the rows in the table, or count all the elements in the tab ...
https://man.plustar.jp/php/swoole-table.count.html - [similar]
画像のサイズを設定する 5634
« Imagick::setImageDispose Imagick::setImageFilename » PHP Manual Imagick 画像のサイズを設定する ... blic Imagick::setImageExtent ( int $columns , int $rows ): bool 画像のサイズ (つまりカラム数と行数) を設定 ... します。 パラメータ columns rows 戻り値 成功した場合に true を返します。 エラー / 例 ... サイズ , 設定 , Imagick , setImageExtent , エラー , rows , columns , int , imagick ...
https://man.plustar.jp/php/imagick.setimageextent.html - [similar]
プリペアドステートメントのパラメータに変数をバインドする 5634
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... printf ( "%d row inserted.\n" , $stmt -> affected_rows ); /* CountryLanguage テーブルを削除します */ $mys ... printf ( "%d row deleted.\n" , $mysqli -> affected_rows ); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ER ... intf ( "%d row inserted.\n" , mysqli_stmt_affected_rows ( $stmt )); /* CountryLanguage テーブルを削除します ... ); printf ( "%d row deleted.\n" , mysqli_affected_rows ( $link )); 上の例の出力は以下となります。 1 row i ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
Imagick オブジェクトのサイズを設定する 5603
« Imagick::setSamplingFactors Imagick::setSizeOffset » PHP Manual Imagick Imagick オブジェクトの ... 説明 public Imagick::setSize ( int $columns , int $rows ): bool Imagick オブジェクトのサイズを設定します。 ... マットを読み込む前に設定します。 パラメータ columns rows 戻り値 成功した場合に true を返します。 関連キーワ ... オブジェクト , setSize , imagick , int , columns , rows , 画像 ...
https://man.plustar.jp/php/imagick.setsize.html - [similar]
Removes an expand filter query 5603
« SolrQuery::getTimeAllowed SolrQuery::removeExpandSortField » PHP Manual SolrQuery Removes an e ... from the expand.sort parameter SolrQuery::setExpandRows() - Sets the number of rows to display in each gro ... up (expand.rows). Server Default 5 SolrQuery::setExpandQuery() - S ... dFilterQuery , parameter , removeExpandSortField , rows , pand ...
https://man.plustar.jp/php/solrquery.removeexpandfilterquery.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT