検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 575 for x (0.059 sec.)
SNMP オブジェクトの値を設定する 3826
« snmp3_real_walk snmp3_walk » PHP Manual SNMP 関数 SNMP オブジェクトの値を設定する snmp3_set (P ... MIBから取得するタイプ i INTEGER u INTEGER s STRING x HEX STRING d DECIMAL STRING n NULLOBJ o OBJID t TI ... これらの大半は、対応する ASN.1 の型を使います。's', 'x', 'd' および 'b' はどれも OCTET STRING を異なる方法 ... を表し、型は自動的に MIB から読み込みます。 "SYNTAX BITS {telnet(0), ftp(1), http(2), icmp(3), snmp(4) ... しません。 同じ OID に対して GET クエリを実行しても 0xF8 などを返すからです。 Using type "x" and a hex nu ...
https://man.plustar.jp/php/function.snmp3-set.html - [similar]
フォーマットされた文字列を返す 3826
« soundex sscanf » PHP Manual String 関数 フォーマットされた文字列を返す sprintf (PHP 4, PHP 5, ... された文字列を返す 説明 sprintf ( string $format , mixed ...$values ): string フォーマット文字列 format に ... て扱われます。 注意 : 位置を示す指定子に、 PHP_INT_MAX を超える値を指定すると、警告が発生します。 指定子の ... 値は1になります。 この場合、 E 指定子の変換結果は、 X乗になります。 P > X ≥ -4 の場合、 E 指定子の変換結果 ... となり、精度は、P - (X + 1) になります。 そうでない場合、 e 指定子の変換結 ...
https://man.plustar.jp/php/function.sprintf.html - [similar]
画像の一部を取り除き、切り詰める 3826
« Imagick::charcoalImage Imagick::clampImage » PHP Manual Imagick 画像の一部を取り除き、切り詰め ... agick::chopImage ( int $width , int $height , int $x , int $y ): bool 画像の一部を削除し、そこにあった画 ... dth 切り取る範囲の幅。 height 切り取る範囲の高さ。 x 切り取る範囲の X 座標。 y 切り取る範囲の Y 座標。 ... true を返します。 エラー / 例外 エラー時に ImagickException をスローします。 例 例1 Imagick::chopImage( ... オブジェクトの作成 */ $image = new Imagick (); $pixel = new ImagickPixel ( 'gray' ); /* 新しい画像 */ ...
https://man.plustar.jp/php/imagick.chopimage.html - [similar]
画像を動かす 3826
« Imagick::linearStretchImage Imagick::listRegistry » PHP Manual Imagick 画像を動かす Imagick::l ... aleImage ( int $width , int $height , float $delta_x , float $rigidity ): bool このメソッドは、liquid r ... 後のサイズの幅。 height 変更後のサイズの高さ。 delta_x seam が x 軸をどれだけ横切るか。 0 を渡すと seam が ...
https://man.plustar.jp/php/imagick.liquidrescaleimage.html - [similar]
画像の opacity チャネル上に描画する 3826
« ImagickDraw::line ImagickDraw::pathClose » PHP Manual ImagickDraw 画像の opacity チャネル上に描 ... 上に描画する 説明 public ImagickDraw::matte ( float $x , float $y , int $paintMethod ): bool 警告 この関数 ... 画し、ピクセルの透過度に影響を与えます。 パラメータ x マットの x 座標。 y マットの y 座標。 paintMethod ...
https://man.plustar.jp/php/imagickdraw.matte.html - [similar]
PHP 7.4.x で推奨されなくなる機能 3826
« 下位互換性のない変更点 削除された拡張モジュール » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 ... PHP 7.4.x で推奨されなくなる機能 PHP 7.4.x で推奨されなくなる ... フセットにアクセスする文法は推奨されません。 $var{$idx} でなはく $var[$idx] を使って下さい。 (real) による ... な文字 base_convert() , bindec() , octdec() および hexdec() 関数に不正な文字を渡すと、推奨されない警告が生 ... れます。空白文字が前後にあったり、(基数によっては) 0x をプレフィックスとして指定することも可能です。 オブ ...
https://man.plustar.jp/php/migration74.deprecated.html - [similar]
新しいクラスとインターフェイス 3826
« 新機能 新しく追加された関数 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインタ ...
https://man.plustar.jp/php/migration74.new-classes.html - [similar]
塗り潰す 3803
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... — 塗り潰す 説明 imagefill ( GdImage $image , int $x , int $y , int $color ): bool 指定した座標 (左上が ... のような画像作成関数が返す GdImage オブジェクト。 x 開始位置の x 座標。 y 開始位置の y 座標。 color 塗 ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
画像をページに配置する 3803
« ps_open_memory_image ps_rect » PHP Manual PS 関数 画像をページに配置する ps_place_image (PECL ... ce_image ( resource $psdoc , int $imageid , float $x , float $y , float $scale ): bool 以前に読み込まれ ... ps_open_image_file() が返す、 画像のリソース ID。 x 画像の左下角の x 座標。 y 画像の左下角の y 座標。 ...
https://man.plustar.jp/php/function.ps-place-image.html - [similar]
Description 3803
« ImagickDraw::setGravity ImagickDraw::setStrokeAlpha » PHP Manual ImagickDraw Description Imagi ... on 説明 public ImagickDraw::setResolution ( float $x_resolution , float $y_resolution ): bool Sets the ... resolution. パラメータ x_resolution y_resolution 戻り値 成功した場合に true ...
https://man.plustar.jp/php/imagickdraw.setresolution.html - [similar]