検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1559 for [SIMILAR] 16 1024 4096 WITH 8872 適用 WITH 8494 ... (1.327 sec.)
変数名とその値から配列を作成する 0
« asort count » PHP Manual 配列 関数 変数名とその値から配列を作成する compact (PHP 4, PHP 5, PHP 7, PHP 8) compact — 変数名とその値から配列を作成する 説明 compact ( array | string $var_name , array | string ...$var_names ): array 変数名とその値から配列を作成します。 各引数について、 comp ...
https://man.plustar.jp/php/function.compact.html - [similar]
配列演算子 0
« 文字列演算子 型演算子 » PHP Manual 演算子 配列演算子 配列演算子 Array Operators 例 名前 結果 $a + $b 結合 $a および $b を結合する。 $a == $b 同等 $a および $b のキー/値のペアが等しい場合に true 。 $a === $b 同一 $a および $b のキー/値のペアが等しく、その並び順が等しく、 かつデータ型も等 ...
https://man.plustar.jp/php/language.operators.array.html - [similar]
画像にソラリゼーション効果を適用する 0
« Imagick::smushImages Imagick::sparseColorImage » PHP Manual Imagick 画像にソラリゼーション効果を適用する Imagick::solarizeImage (PECL imagick 2, PECL imagick 3) Imagick::solarizeImage — 画像にソラリゼーション効果を適用する 説明 public Imagick::solarizeImage ( int $threshold ): bool 画像 ...
https://man.plustar.jp/php/imagick.solarizeimage.html - [similar]
指定したキーまたは添字が配列にあるかどうかを調べる 0
« array_is_list array_key_first » PHP Manual 配列 関数 指定したキーまたは添字が配列にあるかどうかを調べる array_key_exists (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) array_key_exists — 指定したキーまたは添字が配列にあるかどうかを調べる 説明 array_key_exists ( string | int $key , array $array ...
https://man.plustar.jp/php/function.array-key-exists.html - [similar]
要素を逆順にした配列を返す 0
« array_replace array_search » PHP Manual 配列 関数 要素を逆順にした配列を返す array_reverse (PHP 4, PHP 5, PHP 7, PHP 8) array_reverse — 要素を逆順にした配列を返す 説明 array_reverse ( array $array , bool $preserve_keys = false ): array 配列を受け取って、要素の順番を逆にした新しい配列を ...
https://man.plustar.jp/php/function.array-reverse.html - [similar]
Reduces the map to a single value using a callback function 0
« Ds\Map::putAll Ds\Map::remove » PHP Manual Map Reduces the map to a single value using a callback function Ds\Map::reduce (PECL ds >= 1.0.0) Ds\Map::reduce — Reduces the map to a single value using a callback function 説明 public Ds\Map::reduce ( callable $callback , mixed $initial = ? ...
https://man.plustar.jp/php/ds-map.reduce.html - [similar]
Set event listener's error callback 0
« EventListener::setCallback EventSslContext » PHP Manual EventListener Set event listener's error callback EventListener::setErrorCallback (PECL event >= 1.2.6-beta) EventListener::setErrorCallback — Set event listener's error callback 説明 public EventListener::setErrorCallback ( strin ...
https://man.plustar.jp/php/eventlistener.seterrorcallback.html - [similar]
色ベクトルを画像の各ピクセルに適用する 0
« Imagick::thumbnailImage Imagick::__toString » PHP Manual Imagick 色ベクトルを画像の各ピクセルに適用する Imagick::tintImage (PECL imagick 2, PECL imagick 3) Imagick::tintImage — 色ベクトルを画像の各ピクセルに適用する 説明 public Imagick::tintImage ( mixed $tint , mixed $opacity , bool $ ...
https://man.plustar.jp/php/imagick.tintimage.html - [similar]
負のタイムゾーンオフセットを適用した際に、繰り返される実時間をどう扱うかを設定す... 0
« IntlCalendar::setMinimalDaysInFirstWeek IntlCalendar::setSkippedWallTimeOption » PHP Manual IntlCalendar 負のタイムゾーンオフセットを適用した際に、繰り返される実時間をどう扱うかを設定する IntlCalendar::setRepeatedWallTimeOption (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalend ...
https://man.plustar.jp/php/intlcalendar.setrepeatedwalltimeoption.html - [similar]
一つ以上の要素を配列の最初に加える 0
« array_unique array_values » PHP Manual 配列 関数 一つ以上の要素を配列の最初に加える array_unshift (PHP 4, PHP 5, PHP 7, PHP 8) array_unshift — 一つ以上の要素を配列の最初に加える 説明 array_unshift ( array &$array , mixed ...$values ): int array_unshift() は、 array の先頭に指定された要 ...
https://man.plustar.jp/php/function.array-unshift.html - [similar]