検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 705 for [SIMILAR] 16 1024 4096 WITH 11341 比較 WITH 1073... (0.816 sec.)
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
Copies out specified number of bytes from the front of the buffer 0
« EventBuffer::__construct EventBuffer::drain » PHP Manual EventBuffer Copies out specified number of bytes from the front of the buffer EventBuffer::copyout (PECL event >= 1.2.6-beta) EventBuffer::copyout — Copies out specified number of bytes from the front of the buffer 説明 public Ev ...
https://man.plustar.jp/php/eventbuffer.copyout.html - [similar]
for 0
« do-while foreach » PHP Manual 制御構造 for for (PHP 4, PHP 5, PHP 7, PHP 8) for ループは、PHPで最も複雑なループです。 for は、Cのforループと同様に動作します。 for ループの構文は、次のようになります。 for (式1; 式2; 式3) 文 最初の式( 式1 )は、ループ開始時に無条件に 評価(実行)されます。 ...
https://man.plustar.jp/php/control-structures.for.html - [similar]
include_once 0
« require_once goto » PHP Manual 制御構造 include_once include_once (PHP 4, PHP 5, PHP 7, PHP 8) include_once 命令は、スクリプトの実行時に指定 したファイルを読み込み評価します。この動作は、 include 命令と似ていますが、ファイルからのコー ドが既に読み込まれている場合は、再度読み込まれないと ...
https://man.plustar.jp/php/function.include-once.html - [similar]
画像のチャネルを再構築した画像と比較する 0
« Imagick::getImageChannelDepth Imagick::getImageChannelDistortions » PHP Manual Imagick 画像のチャネルを再構築した画像と比較する Imagick::getImageChannelDistortion (PECL imagick 2, PECL imagick 3) Imagick::getImageChannelDistortion — 画像のチャネルを再構築した画像と比較する 説明 public ...
https://man.plustar.jp/php/imagick.getimagechanneldistortion.html - [similar]
DOMXPath クラス 0
« DOMText::splitText DOMXPath::__construct » PHP Manual DOM DOMXPath クラス DOMXPath クラス (PHP 5, PHP 7, PHP 8) はじめに XPath 1.0 をサポートします。 クラス概要 class DOMXPath { /* プロパティ */ public readonly DOMDocument $ document ; public bool $ registerNodeNamespaces ; /* メソッド ...
https://man.plustar.jp/php/class.domxpath.html - [similar]
Highest value over a specified period 0
« trader_mavp trader_maxindex » PHP Manual Trader 関数 Highest value over a specified period trader_max (PECL trader >= 0.2.0) trader_max — Highest value over a specified period 説明 trader_max ( array $real , int $timePeriod = ? ): array パラメータ real 実数値の配列。 timePeriod Number ...
https://man.plustar.jp/php/function.trader-max.html - [similar]
2 つの任意精度数値を比較する 0
« bcadd bcdiv » PHP Manual BC Math 関数 2 つの任意精度数値を比較する bccomp (PHP 4, PHP 5, PHP 7, PHP 8) bccomp — 2 つの任意精度数値を比較する 説明 bccomp ( string $num1 , string $num2 , ? int $scale = null ): int num1 と num2 を比較し、 結果を整数値で返します。 パラメータ num1 左オペラン ...
https://man.plustar.jp/php/function.bccomp.html - [similar]
ある画像を再構築された画像と比較する 0
« Imagick::compareImageLayers Imagick::compositeImage » PHP Manual Imagick ある画像を再構築された画像と比較する Imagick::compareImages (PECL imagick 2, PECL imagick 3) Imagick::compareImages — ある画像を再構築された画像と比較する 説明 public Imagick::compareImages ( Imagick $compare , in ...
https://man.plustar.jp/php/imagick.compareimages.html - [similar]
暗号論的に安全な疑似乱数を生成する 0
« random_bytes Hash » PHP Manual CSPRNG 関数 暗号論的に安全な疑似乱数を生成する random_int (PHP 7, PHP 8) random_int — 暗号論的に安全な疑似乱数を生成する 説明 random_int ( int $min , int $max ): int ポーカーゲームやカードデッキのシャッフルのような、 偏りがない結果が重要になる用途に合う、 ...
https://man.plustar.jp/php/function.random-int.html - [similar]