検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 945 for [SIMILAR] 16 1024 4096 WITH 28570 reflectionexte... (1.967 sec.)
現在のコンテキストを保存する 0
« ps_rotate ps_scale » PHP Manual PS 関数 現在のコンテキストを保存する ps_save (PECL ps >= 1.1.0) ps_save — 現在のコンテキストを保存する 説明 ps_save ( resource $psdoc ): bool 現在の描画コンテキストを保存します。 そこには色や変換・回転その他の情報が含まれています。保存されたコンテキストは ...
https://man.plustar.jp/php/function.ps-save.html - [similar]
正弦(サイン) 0
« round sinh » PHP Manual Math 関数 正弦(サイン) sin (PHP 4, PHP 5, PHP 7, PHP 8) sin — 正弦(サイン) 説明 sin ( float $num ): float sin() は、 num のサインを 返します。 num はラジアンです。 パラメータ num ラジアンで表した値。 戻り値 num のサインを返します。 例 例1 sin() の例 <?php // ...
https://man.plustar.jp/php/function.sin.html - [similar]
検索文字列に一致したすべての文字列を置換する 0
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str_replace (PHP 4, PHP 5, PHP 7, PHP 8) str_replace — 検索文字列に一致したすべての文字列を置換する 説明 str_replace ( array | string $search , array | string $replace , string | array $subject , ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
正接(タンジェント) 0
« srand tanh » PHP Manual Math 関数 正接(タンジェント) tan (PHP 4, PHP 5, PHP 7, PHP 8) tan — 正接(タンジェント) 説明 tan ( float $num ): float tan() は、 num のタンジェントを 返します。 num はラジアンです。 パラメータ num 処理する引数をラジアンで表したもの。 戻り値 num のタンジェント ...
https://man.plustar.jp/php/function.tan.html - [similar]
画像の色を再配置する 0
« Imagick::reduceNoiseImage Imagick::removeImage » PHP Manual Imagick 画像の色を再配置する Imagick::remapImage (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::remapImage — 画像の色を再配置する 説明 public Imagick::remapImage ( Imagick $replacement , int $DITHER ): bool 画像の色を、 re ...
https://man.plustar.jp/php/imagick.remapimage.html - [similar]
閾値にもとづいて個々のピクセルの値を変更する 0
« Imagick::textureImage Imagick::thumbnailImage » PHP Manual Imagick 閾値にもとづいて個々のピクセルの値を変更する Imagick::thresholdImage (PECL imagick 2, PECL imagick 3) Imagick::thresholdImage — 閾値にもとづいて個々のピクセルの値を変更する 説明 public Imagick::thresholdImage ( float $t ...
https://man.plustar.jp/php/imagick.thresholdimage.html - [similar]
配列 0
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップです。マップは型の一種で、 値 を キー に関連付けます。 この型は、さまざまな使い道にあわせて最適化されます。 配列としてだけでなく、リスト (ベクター)、 ハッシュテーブル (マップの実装の一つ)、辞書 ...
https://man.plustar.jp/php/language.types.array.html - [similar]
指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTime オブ... 0
« DateTime::createFromImmutable DateTime::getLastErrors » PHP Manual DateTime 指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTime オブジェクトを返す DateTime::createFromInterface (PHP 8) DateTime::createFromInterface — 指定された DateTimeInterface オブジェクトをカプ ...
https://man.plustar.jp/php/datetime.createfrominterface.html - [similar]
指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTimeImmuta... 0
« DateTimeImmutable::createFromFormat DateTimeImmutable::createFromMutable » PHP Manual DateTimeImmutable 指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTimeImmutable オブジェクトを返す DateTimeImmutable::createFromInterface (PHP 8) DateTimeImmutable::createFromInt ...
https://man.plustar.jp/php/datetimeimmutable.createfrominterface.html - [similar]
キーを指定して、配列を値で埋める 0
« array_diff array_fill » PHP Manual 配列 関数 キーを指定して、配列を値で埋める array_fill_keys (PHP 5 >= 5.2.0, PHP 7, PHP 8) array_fill_keys — キーを指定して、配列を値で埋める 説明 array_fill_keys ( array $keys , mixed $value ): array パラメータ value で指定した値で配列を埋めます。 キー ...
https://man.plustar.jp/php/function.array-fill-keys.html - [similar]