検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 96 for red (0.005 sec.)
指定した色に最も近い色のインデックスを取得する 6855
« imagecolorat imagecolorclosestalpha » PHP Manual GD および Image 関数 指定した色に最も近い色の ... する 説明 imagecolorclosest ( GdImage $image , int $red , int $green , int $blue ): int 指定した RGB 値に「 ... のような画像作成関数が返す GdImage オブジェクト。 red 赤コンポーネントの値。 green 緑コンポーネントの値。 ... index ( $im , $result ); $result = "( { $result [ 'red' ]} , { $result [ 'green' ]} , { $result [ 'blue' ...
https://man.plustar.jp/php/function.imagecolorclosest.html - [similar]
指定した色+アルファ値に最も近い色のインデックスを取得する 6855
« imagecolorclosest imagecolorclosesthwb » PHP Manual GD および Image 関数 指定した色+アルファ値 ... 説明 imagecolorclosestalpha ( GdImage $image , int $red , int $green , int $blue , int $alpha ): int 指定し ... のような画像作成関数が返す GdImage オブジェクト。 red 赤コンポーネントの値。 green 緑コンポーネントの値。 ... index ( $im , $result ); $result = "( { $result [ 'red' ]} , { $result [ 'green' ]} , { $result [ 'blue' ...
https://man.plustar.jp/php/function.imagecolorclosestalpha.html - [similar]
staticプロパティの値を取得する 6750
« ReflectionClass::getStaticProperties ReflectionClass::getTraitAliases » PHP Manual ReflectionC ... な使用例 <?php class Apple { public static $color = 'Red' ; } $class = new ReflectionClass ( 'Apple' ); var ... ' )); ?> 上の例の出力は以下となります。 string(3) "Red" 参考 ReflectionClass::getStaticProperties() - sta ...
https://man.plustar.jp/php/reflectionclass.getstaticpropertyvalue.html - [similar]
塗り潰す 6658
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... ruecolor ( 100 , 100 ); // 背景色を赤に設定します $red = imagecolorallocate ( $im , 255 , 0 , 0 ); imagef ... ill ( $im , 0 , 0 , $red ); header ( 'Content-type: image/png' ); imagepng ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
色合い、白、黒を有する色のインデックスを得る 6566
« imagecolorclosestalpha imagecolordeallocate » PHP Manual GD および Image 関数 色合い、白、黒を ... 説明 imagecolorclosesthwb ( GdImage $image , int $red , int $green , int $blue ): int 指定した色に最も近 ... のような画像作成関数が返す GdImage オブジェクト。 red 赤コンポーネントの値。 green 緑コンポーネントの値。 ...
https://man.plustar.jp/php/function.imagecolorclosesthwb.html - [similar]
pixel iterator をリセットする 6566
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M ... f ( $column % 2 ) { /* Make every second pixel 25% red*/ $pixel -> setColorValue (\ Imagick :: COLOR_RED ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]
文を実行する準備を行い、文オブジェクトを返す 6566
« PDO::lastInsertId PDO::query » PHP Manual PDO 文を実行する準備を行い、文オブジェクトを返す PDO ... > execute (array( 'calories' => 150 , 'colour' => 'red' )); $red = $sth -> fetchAll (); /* 配列のキーの前 ... AND colour = ?' ); $sth -> execute (array( 150 , 'red' )); $red = $sth -> fetchAll (); $sth -> execute ( ...
https://man.plustar.jp/php/pdo.prepare.html - [similar]
点を生成する 6461
« imagesetinterpolation imagesetstyle » PHP Manual GD および Image 関数 点を生成する imagesetpix ... corners [ 2 ] = array( 'x' => 200 , 'y' => 190 ); $red = imagecolorallocate ( $gd , 255 , 0 , 0 ); for ( ... imagesetpixel ( $gd , round ( $x ), round ( $y ), $red ); $a = rand ( 0 , 2 ); $x = ( $x + $corners [ $a ...
https://man.plustar.jp/php/function.imagesetpixel.html - [similar]
指定された変数名にパラメータをバインドする 6461
« PDOStatement::bindColumn PDOStatement::bindValue » PHP Manual PDOStatement 指定された変数名にパ ... ートメントを実行する */ $calories = 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, ... ートメントを実行する */ $calories = 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, ... を持つストアドプロシージャをコールする */ $colour = 'red' ; $sth = $dbh -> prepare ( 'CALL puree_fruit(?)' ...
https://man.plustar.jp/php/pdostatement.bindparam.html - [similar]
一方の配列をキーとして、もう一方の配列を値として、ひとつの配列を生成する 6369
« array_column array_count_values » PHP Manual 配列 関数 一方の配列をキーとして、もう一方の配列を ... _combine() の簡単な例 <?php $a = array( 'green' , 'red' , 'yellow' ); $b = array( 'avocado' , 'apple' , ' ... の出力は以下となります。 Array ( [green] => avocado [red] => apple [yellow] => banana ) 参考 array_merge() ...
https://man.plustar.jp/php/function.array-combine.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT