検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 161 for column (0.011 sec.)
MagickPixelIterator を返す 5362
« Imagick::getPage Imagick::getPixelRegionIterator » PHP Manual Imagick MagickPixelIterator を返 ... * Loop through pixel rows */ foreach ( $pixels as $column => $pixel ) { /* Loop through the pixels in the ro ... w (columns) */ /** @var $pixel \ImagickPixel */ if ( $column ...
https://man.plustar.jp/php/imagick.getpixeliterator.html - [similar]
ImagickPixelIterator のコンストラクタ 5362
« ImagickPixelIterator::clear ImagickPixelIterator::destroy » PHP Manual ImagickPixelIterator Im ... $pixels ) { /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column => $pixel ) { /* ... * @var $pixel \ImagickPixel */ if ( $column % 2 ) { /* Paint every second pixel black*/ $pixel ...
https://man.plustar.jp/php/imagickpixeliterator.construct.html - [similar]
関数・メソッド 5362
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... 小文字を変更する array_chunk - 配列を分割する array_column - 入力配列から単一のカラムの値を返す array_combine ... e::__construct - CollectionRemove のコンストラクタ ColumnResult::getCharacterSetName - キャラクタセットを取得 ... する ColumnResult::getCollationName - 照合順序名を取得する Col ... umnResult::getColumnLabel - カラムのラベルを取得する ColumnResult::getC ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
mysqli_result クラス 5293
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス ... fetch_assoc (): array | null | false public fetch_column ( int $column = 0 ): null | int | float | string | ... トの次の行を連想配列で取得する mysqli_result::fetch_column — 結果セットの次の行から、単一のカラムの値を取得す ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]
5293
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... ubrid_con , $sql ); if ( $result ) { /** * Get the column names from the result set created by the SQL query ... . */ $columns = cubrid_column_names ( $result ); /** * Get the ... number of columns in the result set created by the SQL query. */ $n ... elds = cubrid_num_cols ( $result ); /** * List the column names of the result set on the screen. */ echo( "< ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
PixelIterator に関連付けられたリソースを消去する 5293
« ImagickPixelIterator ImagickPixelIterator::__construct » PHP Manual ImagickPixelIterator Pixel ... ickPixel */ /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column => $pixel ) { if ... ( $column % 2 ) { /* Paint every second pixel black*/ $pixel ...
https://man.plustar.jp/php/imagickpixeliterator.clear.html - [similar]
pixel iterator の次の行を返す 5293
« ImagickPixelIterator::getIteratorRow ImagickPixelIterator::getPreviousIteratorRow » PHP Manual ... ) == 0 ) { /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column => $pixel ) { /* ... * @var $pixel \ImagickPixel */ if ( $column % 2 ) { /* Paint every second pixel black*/ $pixel ...
https://man.plustar.jp/php/imagickpixeliterator.getnextiteratorrow.html - [similar]
新しく追加された関数 5293
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 8.0.x から PHP 8.1.x への ... fromavif() imageavif() MySQLi mysqli_result::fetch_column() mysqli_fetch_column() プロセス制御 pcntl_rfork() ...
https://man.plustar.jp/php/migration81.new-functions.html - [similar]
CUBRID MySQL 互換関数 5259
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... sponds to the fetched row cubrid_fetch_field — Get column information from a result and return as an object ... d field cubrid_field_type — Return the type of the column corresponding to the given field offset cubrid_lis ... databases cubrid_num_fields — Return the number of columns in the result set cubrid_ping — Ping a server con ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
Return the value of a specific field in a specific row 5259
« cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th ... table dot field name (tablename.fieldname). If the column name has been aliased ('select foo as bar from...' ... ), use the alias instead of the column name. If undefined, the first field is retrieved. ...
https://man.plustar.jp/php/function.cubrid-result.html - [similar]