検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 87 for columns (0.057 sec.)
MySQL テーブルのフィールドのリストを得る 6787
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... の代替として、これらが使えます。 SQL クエリー: SHOW COLUMNS FROM sometable 説明 mysql_list_fields ( string $da ... は非推奨です。かわりに mysql_query() を利用して SHOW COLUMNS FROM table [LIKE 'name'] 文を発行することを推奨しま ... lds() の代替例 <?php $result = mysql_query ( "SHOW COLUMNS FROM sometable" ); if (! $result ) { echo 'Could n ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
Imagick オブジェクトのサイズのオフセットを設定する 6787
« Imagick::setSize Imagick::setType » PHP Manual Imagick Imagick オブジェクトのサイズのオフセット ... を設定する 説明 public Imagick::setSizeOffset ( int $columns , int $rows , int $offset ): bool Imagick オブジェ ... ck をコンパイルした場合に使用可能です。 パラメータ columns 幅 (ピクセル単位)。 rows 高さ (ピクセル単位)。 off ...
https://man.plustar.jp/php/imagick.setsizeoffset.html - [similar]
Imagick クラス 6706
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... _DEFAULT ): bool public adaptiveResizeImage ( int $columns , int $rows , bool $bestfit = false , bool $legacy ... ic getPixelRegionIterator ( int $x , int $y , int $columns , int $rows ): ImagickPixelIterator public getPoin ... g $format = ? ): bool public newPseudoImage ( int $columns , int $rows , string $pseudoString ): bool public ... e ( string $page ): bool public resizeImage ( int $columns , int $rows , int $filter , float $blur , bool $be ...
https://man.plustar.jp/php/class.imagick.html - [similar]
インデックスの情報およびテーブルの統計情報を含む結果セットを返す 6706
« db2_special_columns db2_stmt_error » PHP Manual IBM DB2 関数 インデックスの情報およびテーブルの ... ラムおよび関連する権限情報を含む結果セットを返す db2_columns() - テーブルのカラムおよび関連するメタデータを含む ... テーブルの主キーを含む結果セットを返す db2_procedure_columns() - ストアドプロシージャのパラメータを含む結果セッ ... プロシージャの一覧を含む結果セットを返す db2_special_columns() - テーブルのユニーク行 ID カラムを含む結果セット ...
https://man.plustar.jp/php/function.db2-statistics.html - [similar]
画像セクションの ImagickPixelIterator を取得する 6706
« Imagick::getPixelIterator Imagick::getPointSize » PHP Manual Imagick 画像セクションの ImagickP ... k::getPixelRegionIterator ( int $x , int $y , int $columns , int $rows ): ImagickPixelIterator 画像セクション ... す。 パラメータ x 範囲の x 座標。 y 範囲の y 座標。 columns 範囲の幅。 rows 範囲の高さ。 戻り値 画像セクション ...
https://man.plustar.jp/php/imagick.getpixelregioniterator.html - [similar]
Description 6706
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... tileSize / 2 ) * 0.9 ; $rows = count ( $matrix ); $columns = count ( $matrix [ 0 ]); $imagickDraw = new \ Ima ... ileSpace )); } $imagickDraw -> pop (); $width = ( $columns * $tileSize ) + (( $columns - 1 ) * $tileSpace ); ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
Description 6706
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... tileSize / 2 ) * 0.9 ; $rows = count ( $matrix ); $columns = count ( $matrix [ 0 ]); $imagickDraw = new \ Ima ... ileSpace )); } $imagickDraw -> pop (); $width = ( $columns * $tileSize ) + (( $columns - 1 ) * $tileSpace ); ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
6626
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... from the result set created by the SQL query. */ $columns = cubrid_column_names ( $result ); /** * Get the n ... umber of columns in the result set created by the SQL query. */ $nu ... "<tr>" ); while (list( $key , $colname ) = each ( $columns )) { echo( "<td align=center> $colname </td>" ); } ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
データベース内のテーブルおよび関連する権限情報を含む結果セットを返す 6626
« db2_stmt_errormsg db2_tables » PHP Manual IBM DB2 関数 データベース内のテーブルおよび関連する権 ... ラムおよび関連する権限情報を含む結果セットを返す db2_columns() - テーブルのカラムおよび関連するメタデータを含む ... テーブルの主キーを含む結果セットを返す db2_procedure_columns() - ストアドプロシージャのパラメータを含む結果セッ ... プロシージャの一覧を含む結果セットを返す db2_special_columns() - テーブルのユニーク行 ID カラムを含む結果セット ...
https://man.plustar.jp/php/function.db2-table-privileges.html - [similar]
データベース内のテーブルおよび関連するメタデータを含む結果セットを返す 6626
« db2_table_privileges MongoDB » PHP Manual IBM DB2 関数 データベース内のテーブルおよび関連するメ ... ラムおよび関連する権限情報を含む結果セットを返す db2_columns() - テーブルのカラムおよび関連するメタデータを含む ... テーブルの主キーを含む結果セットを返す db2_procedure_columns() - ストアドプロシージャのパラメータを含む結果セッ ... プロシージャの一覧を含む結果セットを返す db2_special_columns() - テーブルのユニーク行 ID カラムを含む結果セット ...
https://man.plustar.jp/php/function.db2-tables.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT