検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 511 for [SIMILAR] 16 1024 4096 WITH 14393 添字 WITH 1116... (0.549 sec.)
最大公約数を計算する 0
« gmp_fact gmp_gcdext » PHP Manual GMP 関数 最大公約数を計算する gmp_gcd (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_gcd — 最大公約数を計算する 説明 gmp_gcd ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP num1 と num2 の最大公約数を計算します。 引数のどちらかまたは両方が負の場 ...
https://man.plustar.jp/php/function.gmp-gcd.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
« array_pop array_push » PHP Manual 配列 関数 配列の値の積を計算する array_product (PHP 5 >= 5.1.0, PHP 7, PHP 8) array_product — 配列の値の積を計算する 説明 array_product ( array $array ): int | float array_product() は、配列の値の積を計算します。 パラメータ array 配列。 戻り値 積を、in ...
https://man.plustar.jp/php/function.array-product.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
« gmp_jacobi gmp_lcm » PHP Manual GMP 関数 クロネッカーの記号を計算する gmp_kronecker (PHP 7 >= 7.3.0, PHP 8) gmp_kronecker — クロネッカーの記号を計算する 説明 gmp_kronecker ( GMP | int | string $num1 , GMP | int | string $num2 ): int この関数は num1 と num2 のクロネッカーの記号を計算しま ...
https://man.plustar.jp/php/function.gmp-kronecker.html - [similar]
平方根を計算する 0
« gmp_sign gmp_sqrtrem » PHP Manual GMP 関数 平方根を計算する gmp_sqrt (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_sqrt — 平方根を計算する 説明 gmp_sqrt ( GMP | int | string $num ): GMP num の平方根を計算します。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な数値形式の文字 ...
https://man.plustar.jp/php/function.gmp-sqrt.html - [similar]
メッセージバッファサイズを計算する 0
« socket_close socket_connect » PHP Manual ソケット 関数 メッセージバッファサイズを計算する socket_cmsg_space (PHP 5 >= 5.5.0, PHP 7, PHP 8) socket_cmsg_space — メッセージバッファサイズを計算する 説明 socket_cmsg_space ( int $level , int $type , int $num = 0 ): ? int 付随データを受信する ...
https://man.plustar.jp/php/function.socket-cmsg-space.html - [similar]
二項係数を計算する 0
« gmp_and gmp_clrbit » PHP Manual GMP 関数 二項係数を計算する gmp_binomial (PHP 7 >= 7.3.0, PHP 8) gmp_binomial — 二項係数を計算する 説明 gmp_binomial ( GMP | int | string $n , int $k ): GMP 二項係数 C(n, k) を計算します。 パラメータ n GMP オブジェクト、整数、あるいは数値に変換可能な数値 ...
https://man.plustar.jp/php/function.gmp-binomial.html - [similar]