検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 380 for [SIMILAR] 16 1024 4096 WITH 25762 variant WITH 1... (0.484 sec.)
IEEE 754 に従い、数値の除算を行う 0
« expm1 floor » PHP Manual Math 関数 IEEE 754 に従い、数値の除算を行う fdiv (PHP 8) fdiv — IEEE 754 に従い、数値の除算を行う 説明 fdiv ( float $num1 , float $num2 ): float num1 を num2 で割った結果を浮動小数点数の結果として返します。 num2 が 0 の場合、 INF , -INF , NAN のうちのいずれかを ...
https://man.plustar.jp/php/function.fdiv.html - [similar]
Parsing and lexing 0
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing はじめに インストール/設定 要件 インストール手順 定義済み定数 Pattern matching — Parle pattern matching Character representations Character classes Unicode character classes Alternation and r ...
https://man.plustar.jp/php/book.parle.html - [similar]
"自然順" アルゴリズムでエントリをソートする 0
« ArrayObject::natcasesort ArrayObject::offsetExists » PHP Manual ArrayObject "自然順" アルゴリズムでエントリをソートする ArrayObject::natsort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObject::natsort — "自然順" アルゴリズムでエントリをソートする 説明 public ArrayObject::natsort (): bool このメ ...
https://man.plustar.jp/php/arrayobject.natsort.html - [similar]
チャネルの歪みを取得する 0
« Imagick::getImageChannelDistortion Imagick::getImageChannelExtrema » PHP Manual Imagick チャネルの歪みを取得する Imagick::getImageChannelDistortions (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::getImageChannelDistortions — チャネルの歪みを取得する 説明 public Imagick::getImageCha ...
https://man.plustar.jp/php/imagick.getimagechanneldistortions.html - [similar]
追加された添字の確認も含めて配列の共通項を確認する 0
« array_flip array_intersect_key » PHP Manual 配列 関数 追加された添字の確認も含めて配列の共通項を確認する array_intersect_assoc (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) array_intersect_assoc — 追加された添字の確認も含めて配列の共通項を確認する 説明 array_intersect_assoc ( array $array , ar ...
https://man.plustar.jp/php/function.array-intersect-assoc.html - [similar]
入力ロケールの変化形の表示名を、適切に地域化して返す 0
« Locale::getDisplayScript Locale::getKeywords » PHP Manual Locale 入力ロケールの変化形の表示名を、適切に地域化して返す Locale::getDisplayVariant locale_get_display_variant (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) Locale::getDisplayVariant -- locale_get_display_variant — 入力ロ ...
https://man.plustar.jp/php/locale.getdisplayvariant.html - [similar]
Reset parser state 0
« Parle\Parser::push Parle\Parser::right » PHP Manual Parle\Parser Reset parser state Parle\Parser::reset (PECL parle >= 0.7.1) Parle\Parser::reset — Reset parser state 説明 public Parle\Parser::reset ( int $tokenId = ? ): void Reset parser state using the given token id. パラメータ toke ...
https://man.plustar.jp/php/parle-parser.reset.html - [similar]
Reset parser state 0
« Parle\RParser::push Parle\RParser::right » PHP Manual Parle\RParser Reset parser state Parle\RParser::reset (PECL parle >= 0.7.1) Parle\RParser::reset — Reset parser state 説明 public Parle\RParser::reset ( int $tokenId = ? ): void Reset parser state using the given token id. パラメータ ...
https://man.plustar.jp/php/parle-rparser.reset.html - [similar]
switch 0
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し、値に応じて異なったコードを実行したいと 思うことがしばしばあるかと思います。 switch 文は、まさにこのためにあるのです。 注意 ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]
列挙型の基礎 0
« 列挙型の概要 値に依存した列挙型(Backed Enum) » PHP Manual 列挙型(Enum) 列挙型の基礎 列挙型の基礎 列挙型はクラスに似ていますし、 クラスやインターフェイス、トレイトと名前空間を共有します。 列挙型はオートローディングも可能です。 列挙型は新しい型を定義しますが、 固定の、限られた数の有効な値 ...
https://man.plustar.jp/php/language.enumerations.basics.html - [similar]