検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 219 for rows (0.061 sec.)
更新する行の数を限定する 5049
« TableUpdate::execute TableUpdate::orderby » PHP Manual mysql_xdevapi\TableUpdate 更新する行の数 ... 説明 public mysql_xdevapi\TableUpdate::limit ( int $rows ): mysql_xdevapi\TableUpdate 更新するレコードまたは ... ドキュメントの数の最大値を設定します。 パラメータ rows 更新するレコードまたはドキュメントの数の最大値 戻り ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.limit.html - [similar]
mysqli_result オブジェクトを構築する 5049
« mysqli_result mysqli_result::$current_field » PHP Manual mysqli_result mysqli_result オブジェク ... i_result ( $mysqli ); printf ( "Select returned %d rows.\n" , $result -> num_rows ); 上の例の出力は、 たと ... えば以下のようになります。 Select returned 10 rows. 参考 mysqli_multi_query() - データベース上でひとつ ...
https://man.plustar.jp/php/mysqli-result.construct.html - [similar]
直近に実行されたクエリの情報を取得する 5049
« mysqli::get_warnings mysqli::init » PHP Manual mysqli 直近に実行されたクエリの情報を取得する m ... .. Records: 3 Duplicates: 0 Warnings: 0 UPDATE ... Rows matched: 40 Changed: 40 Warnings: 0 注意 : これらの ... 150 Duplicates: 0 Warnings: 0 参考 mysqli_affected_rows() - 直前の MySQL の操作で変更された行の数を得る my ... の直近のクエリから発生した警告の数を返す mysqli_num_rows() - 結果セットの行数を取得する 関連キーワード: mys ...
https://man.plustar.jp/php/mysqli.info.html - [similar]
結果において指定したフィールドの型を取得する 5017
« mysql_field_table mysql_free_result » PHP Manual MySQL 関数 結果において指定したフィールドの型 ... func" ); $fields = mysql_num_fields ( $result ); $rows = mysql_num_rows ( $result ); $table = mysql_field ... ble . "' table has " . $fields . " fields and " . $rows . " record(s)\n" ; echo "The table has the followi ...
https://man.plustar.jp/php/function.mysql-field-type.html - [similar]
画像セクションの ImagickPixelIterator を取得する 5017
« Imagick::getPixelIterator Imagick::getPointSize » PHP Manual Imagick 画像セクションの ImagickP ... onIterator ( int $x , int $y , int $columns , int $rows ): ImagickPixelIterator 画像セクションの ImagickPi ... 範囲の x 座標。 y 範囲の y 座標。 columns 範囲の幅。 rows 範囲の高さ。 戻り値 画像セクションの ImagickPixelI ...
https://man.plustar.jp/php/imagick.getpixelregioniterator.html - [similar]
Description 5017
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... owDropY = 0 ; $radius = ( $tileSize / 2 ) * 0.9 ; $rows = count ( $matrix ); $columns = count ( $matrix [ ... ) + (( $columns - 1 ) * $tileSpace ); $height = ( $rows * $tileSize ) + (( $rows - 1 ) * $tileSpace ); $im ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
Description 5017
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... owDropY = 0 ; $radius = ( $tileSize / 2 ) * 0.9 ; $rows = count ( $matrix ); $columns = count ( $matrix [ ... ) + (( $columns - 1 ) * $tileSpace ); $height = ( $rows * $tileSize ) + (( $rows - 1 ) * $tileSpace ); $im ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
新しい画像を作成する 4955
« Imagick::negateImage Imagick::newPseudoImage » PHP Manual Imagick 新しい画像を作成する Imagick ... る 説明 public Imagick::newImage ( int $cols , int $rows , mixed $background , string $format = ? ): bool 新 ... 連付けます。 パラメータ cols 新しい画像のカラム数。 rows 新しい画像の行数。 background この画像で使用する背 ...
https://man.plustar.jp/php/imagick.newimage.html - [similar]
単一の行を取得する 4955
« SqlStatementResult::fetchAll SqlStatementResult::getAffectedItemsCount » PHP Manual mysql_xdev ... t" ); $table = $schema -> getTable ( "workers" ); $rows = $session -> sql ( "SELECT * FROM dbtest.workers" ... )-> execute ()-> fetchOne (); print_r ( $rows ); ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatementresult.fetchone.html - [similar]
Apache Solr 4923
« 検索エンジン用の拡張モジュール はじめに » PHP Manual 検索エンジン用の拡張モジュール Apache Sol ... xpand query expand.q parameter SolrQuery::getExpandRows — Returns The number of rows to display in each gr ... oup (expand.rows) SolrQuery::getExpandSortFields — Returns an array ... Query::getQuery — 主なクエリーを返す SolrQuery::getRows — Returns the maximum number of documents SolrQuer ... — Sets the expand.q parameter SolrQuery::setExpandRows — Sets the number of rows to display in each group ...
https://man.plustar.jp/php/book.solr.html - [similar]