検索

phrase: max: clip:
target: order:
Results of 561 - 570 of about 2375 for New (0.100 sec.)
Returns the sum of all values in the vector 2265
« Ds\Vector::sorted Ds\Vector::toArray » PHP Manual Vector Returns the sum of all values in the ... 1 Ds\Vector::sum() integer example <?php $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $vector ... 例2 Ds\Vector::sum() float example <?php $vector = new \ Ds \ Vector ([ 1 , 2.5 , 3 ]); var_dump ( $vecto ...
https://man.plustar.jp/php/ds-vector.sum.html - [similar]
Returns bitmask of features supported 2265
« EventBase::free EventBase::getMethod » PHP Manual EventBase Returns bitmask of features suppor ... ) example <?php // Avoiding "select" method $cfg = new EventConfig (); if ( $cfg -> avoidMethod ( "select ... )) { echo "'select' method avoided\n" ; } $base = new EventBase ( $cfg ); echo "Features:\n" ; $features ...
https://man.plustar.jp/php/eventbase.getfeatures.html - [similar]
Adds a server alias to the HTTP server object 2265
« EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve ... EventHttp::addServerAlias() example <?php $base = new EventBase (); $http = new EventHttp ( $base ); $so ...
https://man.plustar.jp/php/eventhttp.addserveralias.html - [similar]
コメントを画像に追加する 2265
« Imagick::combineImages Imagick::compareImageChannels » PHP Manual Imagick コメントを画像に追加 ... * 新しい Imagick オブジェクトを作成します */ $im = new imagick (); /* 空の画像を作成します */ $im -> newI ... mage ( 100 , 100 , new ImagickPixel ( "red" )); /* コメントをその画像に追 ...
https://man.plustar.jp/php/imagick.commentimage.html - [similar]
オブジェクト内の画像を置き換える 2265
« Imagick::setGravity Imagick::setImageAlphaChannel » PHP Manual Imagick オブジェクト内の画像を置 ... です。 <?php /* オブジェクトを作成します */ $image = new Imagick ( 'source.jpg' ); $replace = new Imagick ( ...
https://man.plustar.jp/php/imagick.setimage.html - [similar]
画像のサンプリング係数を設定する 2265
« Imagick::setResourceLimit Imagick::setSize » PHP Manual Imagick 画像のサンプリング係数を設定す ... = "../imagick/images/FineDetail.png" ; $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick -> ... ompressed = $imagick -> getImageBlob (); $reopen = new \ Imagick (); $reopen -> readImageBlob ( $compress ...
https://man.plustar.jp/php/imagick.setsamplingfactors.html - [similar]
Description 2265
« Imagick::stripImage Imagick::swirlImage » PHP Manual Imagick Description Imagick::subImageMatc ... ing region. パラメータ Imagick offset similarity A new image that displays the amount of similarity at ea ... function subImageMatch ( $imagePath ) { $imagick = new \ Imagick ( realpath ( $imagePath )); $imagick2 = ...
https://man.plustar.jp/php/imagick.subimagematch.html - [similar]
点を描画する 2265
« ImagickDraw::pathStart ImagickDraw::polygon » PHP Manual ImagickDraw 点を描画する ImagickDraw: ... point ( $fillColor , $backgroundColor ) { $draw = new \ ImagickDraw (); $draw -> setFillColor ( $fillCol ... rand ( 0 , 500 ), rand ( 0 , 500 )); } $imagick = new \ Imagick (); $imagick -> newImage ( 500 , 500 , $ ...
https://man.plustar.jp/php/imagickdraw.point.html - [similar]
ImagickPixelIterator のコンストラクタ 2265
« ImagickPixelIterator::clear ImagickPixelIterator::destroy » PHP Manual ImagickPixelIterator Im ... php function construct ( $imagePath ) { $imagick = new \ Imagick ( realpath ( $imagePath )); $imageIterat ... or = new \ ImagickPixelIterator ( $imagick ); /* Loop throu ...
https://man.plustar.jp/php/imagickpixeliterator.construct.html - [similar]
基本的な使用法 2265
« 例 Collator » PHP Manual 例 基本的な使用法 基本的な使用法 各モジュールには、 手続き型とオブジェ ... 例2 オブジェクト指向型 API の使用例 <?php $coll = new Collator ( 'en_US' ); $al = $coll -> getLocale ( L ... LE ); echo "実際のロケール: $al \n" ; $formatter = new NumberFormatter ( 'en_US' , NumberFormatter :: DEC ...
https://man.plustar.jp/php/intl.examples.basic.html - [similar]