検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 1211 for [SIMILAR] 16 1024 4096 WITH 14963 検査 WITH 8003... (1.011 sec.)
値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 0
« exp fdiv » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す expm1 (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) expm1 — 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 説明 expm1 ( float $num ): float expm1() は、 'exp( num ) - 1' の値を返します。 ...
https://man.plustar.jp/php/function.expm1.html - [similar]
値が無限大であるかどうかを判定する 0
« is_finite is_nan » PHP Manual Math 関数 値が無限大であるかどうかを判定する is_infinite (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) is_infinite — 値が無限大であるかどうかを判定する 説明 is_infinite ( float $num ): bool num が(正または負の)無限大である場合に true を返します。たとえば log(0) ...
https://man.plustar.jp/php/function.is-infinite.html - [similar]
現在位置を設定する 0
« ps_makespotcolor ps_new » PHP Manual PS 関数 現在位置を設定する ps_moveto (PECL ps >= 1.1.0) ps_moveto — 現在位置を設定する 説明 ps_moveto ( resource $psdoc , float $x , float $y ): bool 現在位置を新しい座標に指定します。前回のパスが終了してからはじめて ps_moveto() が呼ばれた場合、新し ...
https://man.plustar.jp/php/function.ps-moveto.html - [similar]
指定された位置にテキストを出力する 0
« ps_show_xy2 ps_show2 » PHP Manual PS 関数 指定された位置にテキストを出力する ps_show_xy (PECL ps >= 1.1.0) ps_show_xy — 指定された位置にテキストを出力する 説明 ps_show_xy ( resource $psdoc , string $text , float $x , float $y ): bool 指定された位置にテキストを出力します。 パラメータ ps ...
https://man.plustar.jp/php/function.ps-show-xy.html - [similar]
画像をシャープにする 0
« Imagick::shadowImage Imagick::shaveImage » PHP Manual Imagick 画像をシャープにする Imagick::sharpenImage (PECL imagick 2, PECL imagick 3) Imagick::sharpenImage — 画像をシャープにする 説明 public Imagick::sharpenImage ( float $radius , float $sigma , int $channel = Imagick::CHANNEL_DEFA ...
https://man.plustar.jp/php/imagick.sharpenimage.html - [similar]
点を描画する 0
« ImagickDraw::pathStart ImagickDraw::polygon » PHP Manual ImagickDraw 点を描画する ImagickDraw::point (PECL imagick 2, PECL imagick 3) ImagickDraw::point — 点を描画する 説明 public ImagickDraw::point ( float $x , float $y ): bool 警告 この関数は、 現在のところ詳細な情報はありません。引数 ...
https://man.plustar.jp/php/imagickdraw.point.html - [similar]
PHP の使いかた 0
« 構築時の問題 パスワードのハッシュ » PHP Manual FAQ PHP の使いかた PHP の使いかた このセクションにはPHPスクリプトを書くにあたってよく問題となる事柄が 集められています。 PHP の関数のパラメータの順番を覚えられません。だって関数によってばらばらなんだもん。 あらゆるフォームから送信されたデー ...
https://man.plustar.jp/php/faq.using.html - [similar]
クエリの次の行を内部バッファに取得する 0
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する oci_fetch (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch — クエリの次の行を内部バッファに取得する 説明 oci_fetch ( resource $statement ): bool クエリの次の行を内部バッファに取得します。こ ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
指定したキーで排他ロックを確保する 0
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他ロックを確保する wincache_lock (PECL wincache >= 1.1.0) wincache_lock — 指定したキーで排他ロックを確保する 説明 wincache_lock ( string $key , bool $isglobal = false ): bool 指定したキーについて ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
はじめに 0
« APCu インストール/設定 » PHP Manual APCu はじめに はじめに APCu は、PHP で動くインメモリの key-value ストアです。 キーは文字列型で、値は任意のPHPの変数を保存できます。 APCu はユーザーランドの変数のキャッシュのみをサポートしています。 APCu は APC から opcode のキャッシュ機能を除いたもの ...
https://man.plustar.jp/php/intro.apcu.html - [similar]