検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 28 for DST (0.007 sec.)
画像の一部をコピーしサイズを変更する 12404
« imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変 ... しサイズを変更する 説明 imagecopyresized ( GdImage $dst_image , GdImage $src_image , int $dst_x , int $dst ... _y , int $src_x , int $src_y , int $dst_width , int $dst_height , int $src_width , int $sr ... は指定した画像の矩形部分を 別の画像へコピーします。 dst_image はコピー先の イメージ ID、 src_image はコピー ... 、 高さ src_height の矩形領域を受け取って、それを dst_image の座標 ( dst_x , dst_y ) にある幅 dst_width ...
https://man.plustar.jp/php/function.imagecopyresized.html - [similar]
再サンプリングを行いイメージの一部をコピー、伸縮する 11601
« imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメ ... コピー、伸縮する 説明 imagecopyresampled ( GdImage $dst_image , GdImage $src_image , int $dst_x , int $dst ... _y , int $src_x , int $src_y , int $dst_width , int $dst_height , int $src_width , int $sr ... h 、高さ src_height の矩形領域を受け取って、それを dst_image の座標 ( dst_x , dst_y ) にある幅 dst_width ... 、 高さ dst_height の矩形領域に配置します。 コピー元とコピー先 ...
https://man.plustar.jp/php/function.imagecopyresampled.html - [similar]
画像の一部をコピーする 11339
« imageconvolution imagecopymerge » PHP Manual GD および Image 関数 画像の一部をコピーする image ... — 画像の一部をコピーする 説明 imagecopy ( GdImage $dst_image , GdImage $src_image , int $dst_x , int $dst ... を基準として幅 src_width 、高さ src_height の領域を dst_image にコピーします。指定された領域は、x,y座標 ds ... t_x , dst_y にコピー されます。 パラメータ dst_image コピー先 ... の画像リソース。 src_image コピー元の画像リソース。 dst_x コピー先の x 座標。 dst_y コピー先の y 座標。 sr ...
https://man.plustar.jp/php/function.imagecopy.html - [similar]
イメージの一部をコピー、マージする 10896
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ... をコピー、マージする 説明 imagecopymerge ( GdImage $dst_image , GdImage $src_image , int $dst_x , int $dst ... idth 、 高さ src_height の領域を x,y座標で指定した dst_image にコピーします。 定義された部分は、x,y座標、 ... dst_x 、 dst_y にコピーされます。 パラメータ dst_image ... の画像リソース。 src_image コピー元の画像リソース。 dst_x コピー先の x 座標。 dst_y コピー先の y 座標。 sr ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
グレースケールでイメージの一部をコピー、マージする 10667
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... ピー、マージする 説明 imagecopymergegray ( GdImage $dst_image , GdImage $src_image , int $dst_x , int $dst ... から 始まる幅 src_width 、高さ src_height の領域を dst_image にコピーします。 定義された部分は、x、y座標 ... dst_x 、 dst_y にコピーされます。 この関数は imagecopymerge() と ... ー元の色相を維持するとこ ろが異なります。 パラメータ dst_image コピー先の画像リソース。 src_image コピー元の ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
あるイメージから他のイメージにパレットをコピーする 8947
« imageopenpolygon imagepalettetotruecolor » PHP Manual GD および Image 関数 あるイメージから他の ... レットをコピーする 説明 imagepalettecopy ( GdImage $dst , GdImage $src ): void imagepalettecopy() は、パレ ... ットを src から dst にコピーします。 パラメータ dst コピー先の画像オブ ... り値 値を返しません。 変更履歴 バージョン 説明 8.0.0 dst と src は、 GdImage クラスのインスタンスを期待する ... メージ , コピー , パレット , 他 , imagepalettecopy , dst , GdImage , 画像 , オブジェクト , バージョン ...
https://man.plustar.jp/php/function.imagepalettecopy.html - [similar]
ローカルの標準時刻からローカルの実測時刻を得るために加算する時間を取得する 8865
« IntlTimeZone::getDisplayName IntlTimeZone::getEquivalentID » PHP Manual IntlTimeZone ローカルの ... を得るために加算する時間を取得する IntlTimeZone::getDSTSavings intltz_get_dst_savings (PHP 5 >= 5.5.0, PHP ... 7, PHP 8, PECL >= 3.0.0a1) IntlTimeZone::getDSTSavings -- intltz_get_dst_savings — ローカルの標準時 ... オブジェクト指向型 (method): public IntlTimeZone::getDSTSavings (): int 手続き型: intltz_get_dst_savings ( ... , 取得 , 標準 , IntlTimeZone , intltz , savings , dst ...
https://man.plustar.jp/php/intltimezone.getdstsavings.html - [similar]
夏時間、オフセットおよびタイムゾーン名を含む連想配列を返す 8684
« DateTimeZone::getTransitions DateTimeZone::listIdentifiers » PHP Manual DateTimeZone 夏時間、オ ... とえば以下のようになります。 Array ( [0] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/ ... Porto_Acre ) [1] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/ ... Eirunepe ) [2] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/ ... Rio_Branco ) [3] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => Brazil/A ...
https://man.plustar.jp/php/datetimezone.listabbreviations.html - [similar]
Send data to the task worker processes. 8635
« Swoole\Server::stop Swoole\Server::taskwait » PHP Manual Swoole\Server Send data to the task w ... 明 public Swoole\Server::task ( string $data , int $dst_worker_id = ? , callable $callback = ? ): mixed 警 ... 数のリストのみが 記述されています。 パラメータ data dst_worker_id callback 戻り値 関連キーワード: task , w ... d , processes , Swoole , Server , the , callback , dst ...
https://man.plustar.jp/php/swoole-server.task.html - [similar]
このタイムゾーンの、ユーザー向けに表示する名前を取得する 8324
« IntlTimeZone::getCanonicalID IntlTimeZone::getDSTSavings » PHP Manual IntlTimeZone このタイムゾ ... thod): public IntlTimeZone::getDisplayName ( bool $dst = false , int $style = IntlTimeZone::DISPLAY_LONG ... _get_display_name ( IntlTimeZone $timezone , bool $dst = false , int $style = IntlTimeZone::DISPLAY_LONG ... ん。引数のリストのみが 記述されています。 パラメータ dst style locale 戻り値 関連キーワード: IntlTimeZone , ...
https://man.plustar.jp/php/intltimezone.getdisplayname.html - [similar]
PREV 1 2 3 NEXT