検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 72 for blue (0.017 sec.)
画像で使用する色を作成する 6867
« imagecharup imagecolorallocatealpha » PHP Manual GD および Image 関数 画像で使用する色を作成す ... te ( GdImage $image , int $red , int $green , int $blue ): int | false 指定した RGB を配色とする色の ID を ... 赤コンポーネントの値。 green 緑コンポーネントの値。 blue 青コンポーネントの値。 これらの値は 0 から 255 まで ...
https://man.plustar.jp/php/function.imagecolorallocate.html - [similar]
指定した色+アルファ値のインデックスを取得する 6867
« imagecolorexact imagecolormatch » PHP Manual GD および Image 関数 指定した色+アルファ値のインデ ... ha ( GdImage $image , int $red , int $green , int $blue , int $alpha ): int イメージのパレットで指定した色 ... 赤コンポーネントの値。 green 緑コンポーネントの値。 blue 青コンポーネントの値。 alpha 0 から 127 までの値。 ...
https://man.plustar.jp/php/function.imagecolorexactalpha.html - [similar]
塗りつぶした多角形を描画する 6867
« imagefilledellipse imagefilledrectangle » PHP Manual GD および Image 関数 塗りつぶした多角形を ... $bg = imagecolorallocate ( $image , 0 , 0 , 0 ); $blue = imagecolorallocate ( $image , 0 , 0 , 255 ); // ... します imagefilledpolygon ( $image , $values , 6 , $blue ); // 画像を出力します header ( 'Content-type: ima ...
https://man.plustar.jp/php/function.imagefilledpolygon.html - [similar]
追加された添字の確認も含めて配列の共通項を確認する 6741
« array_flip array_intersect_key » PHP Manual 配列 関数 追加された添字の確認も含めて配列の共通項 ... = array( "a" => "green" , "b" => "brown" , "c" => "blue" , "red" ); $array2 = array( "a" => "green" , "b" ... => "yellow" , "blue" , "red" ); $result_array = array_intersect_assoc ...
https://man.plustar.jp/php/function.array-intersect-assoc.html - [similar]
配列から重複した値を削除する 6741
« array_uintersect array_unshift » PHP Manual 配列 関数 配列から重複した値を削除する array_uniqu ... array( "a" => "green" , "red" , "b" => "green" , "blue" , "red" ); $result = array_unique ( $input ); pri ... となります。 Array ( [a] => green [0] => red [1] => blue ) 例2 array_unique() と型 <?php $input = array( 4 ...
https://man.plustar.jp/php/function.array-unique.html - [similar]
6614
« 定義済み定数 クラス/オブジェクト関数 » PHP Manual クラス/オブジェクト 例 例 この例では、まず基 ... インスタンス化する $veggie = new Vegetable ( true , "blue" ); $leafy = new Spinach (); // オブジェクトの情報 ... NT Vegetable veggie: Properties edible = 1 color = blue leafy: Methods function __construct() function coo ...
https://man.plustar.jp/php/classobj.examples.html - [similar]
配列の差を計算する 6614
« array_diff_ukey array_fill_keys » PHP Manual 配列 関数 配列の差を計算する array_diff (PHP 4 >= ... 例 <?php $array1 = array( "a" => "green" , "red" , "blue" , "red" ); $array2 = array( "b" => "green" , "yel ... 理されます。 この出力は次の通りです。 Array ( [1] => blue ) 例2 型が一致しない場合の array_diff() の例 (stri ...
https://man.plustar.jp/php/function.array-diff.html - [similar]
追加された添字の確認を含めて配列の差を計算する 6502
« array_count_values array_diff_key » PHP Manual 配列 関数 追加された添字の確認を含めて配列の差を ... = array( "a" => "green" , "b" => "brown" , "c" => "blue" , "red" ); $array2 = array( "a" => "green" , "yel ... の出力は以下となります。 Array ( [b] => brown [c] => blue [0] => red ) 例2 array_diff_assoc() の例 key => va ...
https://man.plustar.jp/php/function.array-diff-assoc.html - [similar]
キーを基準にし、コールバック関数を用いて配列の差を計算する 6502
« array_diff_uassoc array_diff » PHP Manual 配列 関数 キーを基準にし、コールバック関数を用いて配 ... ) return 1 ; else return - 1 ; } $array1 = array( 'blue' => 1 , 'red' => 2 , 'green' => 3 , 'purple' => 4 ... ); $array2 = array( 'green' => 5 , 'blue' => 6 , 'yellow' => 7 , 'cyan' => 8 ); var_dump ( ...
https://man.plustar.jp/php/function.array-diff-ukey.html - [similar]
色を設定する 6502
« GmagickPixel::getcolorvalue GmagickPixel::setcolorvalue » PHP Manual GmagickPixel 色を設定する ... magickPixel オブジェクトの色を文字列で設定します ("blue"、"#0000ff"、"rgb(0,0,255)"、"cmyk(100,100,100,10) ...
https://man.plustar.jp/php/gmagickpixel.setcolor.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT