検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 511 for [SIMILAR] 16 1024 4096 WITH 20791 添字 WITH 1528... (0.423 sec.)
べき乗を計算する 0
« gmp_popcount gmp_powm » PHP Manual GMP 関数 べき乗を計算する gmp_pow (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_pow — べき乗を計算する 説明 gmp_pow ( GMP | int | string $num , int $exponent ): GMP num の exponent 乗を計算します。 パラメータ num もととなる数。 GMP オブジェクト、整数、ある ...
https://man.plustar.jp/php/function.gmp-pow.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 0
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを確認する oci_field_is_null (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_field_is_null — フェッチしたフィールドが null であるかどうかを確認する 説明 oci_field_is_null ( resource $statement , s ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる 0
« method_exists trait_exists » PHP Manual クラス/オブジェクト関数 オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる property_exists (PHP 5 >= 5.1.0, PHP 7, PHP 8) property_exists — オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる 説明 property_exists ( obje ...
https://man.plustar.jp/php/function.property-exists.html - [similar]
べき乗とモジュロを計算する 0
« gmp_pow gmp_prob_prime » PHP Manual GMP 関数 べき乗とモジュロを計算する gmp_powm (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_powm — べき乗とモジュロを計算する 説明 gmp_powm ( GMP | int | string $num , GMP | int | string $exponent , GMP | int | string $modulus ): GMP modulus を法として ( ...
https://man.plustar.jp/php/function.gmp-powm.html - [similar]
ひとつまたは複数の配列をマージする 0
« array_merge_recursive array_multisort » PHP Manual 配列 関数 ひとつまたは複数の配列をマージする array_merge (PHP 4, PHP 5, PHP 7, PHP 8) array_merge — ひとつまたは複数の配列をマージする 説明 array_merge ( array ...$arrays ): array 前の配列の後ろに配列を追加することにより、 ひとつまたは ...
https://man.plustar.jp/php/function.array-merge.html - [similar]
e の累乗を計算する 0
« deg2rad expm1 » PHP Manual Math 関数 e の累乗を計算する exp (PHP 4, PHP 5, PHP 7, PHP 8) exp — e の累乗を計算する 説明 exp ( float $num ): float e を num 乗した値を返します。 注意 : ' e ' は自然対数の底で、およそ 2.718282 です。 パラメータ num 処理する引数。 戻り値 'e' の num 乗を返しま ...
https://man.plustar.jp/php/function.exp.html - [similar]
除算の余りを計算する 0
« gmp_div_qr gmp_div » PHP Manual GMP 関数 除算の余りを計算する gmp_div_r (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_div_r — 除算の余りを計算する 説明 gmp_div_r ( GMP | int | string $num1 , GMP | int | string $num2 , int $rounding_mode = GMP_ROUND_ZERO ): resource num1 を num2 で整数として ...
https://man.plustar.jp/php/function.gmp-div-r.html - [similar]
クラス/オブジェクトの情報 0
« usort はじめに » PHP Manual 変数・データ型関連 クラス/オブジェクトの情報 クラス/オブジェクトの情報 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 クラス/オブジェクト関数 __autoload — 未定義のクラスのロードを試みる class_alias — クラスのエイリアス ...
https://man.plustar.jp/php/book.classobj.html - [similar]
ファイルシステムのセキュリティ 0
« セッションのセキュリティ Null バイト関連の問題 » PHP Manual セキュリティ ファイルシステムのセキュリティ ファイルシステムのセキュリティ 目次 Null バイト関連の問題 PHP は、ファイルおよびディレクトリ毎に権限を設定する多くのサーバーシ ステム上に組み込まれたセキュリティを提供します。これによ ...
https://man.plustar.jp/php/security.filesystem.html - [similar]
直角三角形の斜辺の長さを計算する 0
« hexdec intdiv » PHP Manual Math 関数 直角三角形の斜辺の長さを計算する hypot (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) hypot — 直角三角形の斜辺の長さを計算する 説明 hypot ( float $x , float $y ): float hypot() は、直角をはさむ 2 辺の長さが x および y である 直角三角形の斜辺の長さ、すなわち原 ...
https://man.plustar.jp/php/function.hypot.html - [similar]