検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 8507 for (0.017 sec.)
値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 2075
« exp fdiv » PHP Manual Math 関数 がゼロに近い時にでも精度を保つために exp(number) - 1 を返す ... xpm1 (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) expm1 — がゼロに近い時にでも精度を保つために exp(number) - 1 ... loat $num ): float expm1() は、 'exp( num ) - 1' のを返します。 num がゼロに近く、 'exp ( num ) - 1' が ... 算時の桁落ちのために 不正確となるような場合でも正確なが計算できる方法を使用します。 パラメータ num 処理す ... る引数。 戻り 'e' の num 乗から 1 を引いたを返します。 参考 lo ...
https://man.plustar.jp/php/function.expm1.html - [similar]
色空間を取得する 2075
« Imagick::gaussianBlurImage Imagick::getCompression » PHP Manual Imagick 色空間を取得する Imagi ... c Imagick::getColorspace (): int グローバル色空間のを取得します。 このメソッドは、ImageMagick バージョン ... パラメータ この関数にはパラメータはありません。 戻り 整数を返します。このを COLORSPACE 定数 と比較す ...
https://man.plustar.jp/php/imagick.getcolorspace.html - [similar]
このパラメータが値渡し可能かどうかを返す 2075
« ReflectionParameter::allowsNull ReflectionParameter::__clone » PHP Manual ReflectionParameter ... このパラメータが渡し可能かどうかを返す ReflectionParameter::canBePas ... ionParameter::canBePassedByValue — このパラメータが渡し可能かどうかを返す 説明 public ReflectionParamet ... パラメータ この関数にはパラメータはありません。 戻り このパラメータが渡し可能な場合に true 、それ以外 ... ーワード: パラメータ , 渡し , ReflectionParameter , , canBePassedByValue , allowsNull , public , 関数 ...
https://man.plustar.jp/php/reflectionparameter.canbepassedbyvalue.html - [similar]
オブジェクトにパラメータを追加 2075
« SolrParams::add SolrParams::get » PHP Manual SolrParams オブジェクトにパラメータを追加 SolrPar ... ます。 パラメータ name パラメータ名 value パラメータ 戻り 成功時に SolrParam オブジェクト、失敗時に f ...
https://man.plustar.jp/php/solrparams.addparam.html - [similar]
ラジアン単位の数値を度単位に変換する 2062
« pow rand » PHP Manual Math 関数 ラジアン単位の数を度単位に変換する rad2deg (PHP 4, PHP 5, PH ... P 7, PHP 8) rad2deg — ラジアン単位の数を度単位に変換する 説明 rad2deg ( float $num ): floa ... ラジアンから度に変換します。 パラメータ num ラジアン。 戻り num と同等なを度で表したものを返します。 ... eg ( M_PI_4 ); // 45 ?> 参考 deg2rad() - 度単位の数をラジアン単位に変換する 関連キーワード: 単位 , 変換 ... , 数 , 度 , num , deg , 関数 , rad , float , pow ...
https://man.plustar.jp/php/function.rad2deg.html - [similar]
数学関数 2059
« GMP::__unserialize はじめに » PHP Manual 数学 数学関数 数学関数 はじめに インストール/設定 要件 ... 行時設定 リソース型 定義済み定数 Math 関数 abs — 絶対 acos — 逆余弦(アークコサイン) acosh — 逆双曲線余 ... アークハイパボリックタンジェント) base_convert — 数の基数を任意に変換する bindec — 2 進数 を 10 進数に変 ... t — 10 進数を 8 進数に変換する deg2rad — 度単位の数をラジアン単位に変換する exp — e の累乗を計算する ex ... pm1 — がゼロに近い時にでも精度を保つために exp(number) - 1 ...
https://man.plustar.jp/php/book.math.html - [similar]
グレー値を設定する 2059
« ps_setfont ps_setlinecap » PHP Manual PS 関数 グレーを設定する ps_setgray (PECL ps >= 1.1.0) ... ps_setgray — グレーを設定する 説明 ps_setgray ( resource $psdoc , float ... $gray ): bool 以降の描画処理で使われるグレーを設定します。 パラメータ psdoc ps_new() が返す、pos ... tscript ファイルのリソース ID。 gray は 0(白)から 1(黒)までの間でなければなりません。 ... 戻り 成功した場合に true を、失敗した場合に false を返し ...
https://man.plustar.jp/php/function.ps-setgray.html - [similar]
Median Price 2059
« trader_maxindex trader_mfi » PHP Manual Trader 関数 Median Price trader_medprice (PECL trader ... rray $high , array $low ): array パラメータ high 高。実数の配列。 low 安。実数の配列。 戻り Ret ...
https://man.plustar.jp/php/function.trader-medprice.html - [similar]
プレースホルダーに値をバインドする 2059
« mysql_xdevapi\CrudOperationBindable mysql_xdevapi\CrudOperationLimitable » PHP Manual mysql_xd ... evapi\CrudOperationBindable プレースホルダーにをバインドする CrudOperationBindable::bind (No versi ... t) CrudOperationBindable::bind — プレースホルダーにをバインドする 説明 abstract public mysql_xdevapi\Cr ... vapi\CrudOperationBindable 特定のプレースホルダーにをバインドします。 警告 この関数は、 現在のところ詳細 ... older_values プレースホルダーの名前と、バインドする 戻り CrudOperationBindable オブジェクトを返します ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationbindable.bind.html - [similar]
ジェネレータの $this の値を取得する 2059
« ReflectionGenerator::getFunction ReflectionGenerator::getTrace » PHP Manual ReflectionGenerato ... r ジェネレータの $this のを取得する ReflectionGenerator::getThis (PHP 7, PHP ... lectionGenerator::getThis — ジェネレータの $this のを取得する 説明 public ReflectionGenerator::getThis ... (): ? object ジェネレータがアクセスできる $this のを取得します。 パラメータ この関数にはパラメータはあ ... りません。 戻り $this のを返します。 ジェネレータがクラスコンテキ ...
https://man.plustar.jp/php/reflectiongenerator.getthis.html - [similar]