検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 405 for Num (0.020 sec.)
数が"おそらく素数"であるかどうかを調べる 5039
« gmp_powm gmp_random_bits » PHP Manual GMP 関数 数が"おそらく素数"であるかどうかを調べる gmp_pr ... かを調べる 説明 gmp_prob_prime ( GMP | int | string $num , int $repetitions = 10 ): int この関数は、Miller- ... 用して、 その数が素数かどうかを調べます。 パラメータ num 素数かどうかを調べたい数。 GMP オブジェクト、整数、 ... 数値形式の文字列。 戻り値 この関数が 0 を返す場合、 num は確実に素数ではありません。 1 を返す場合、 num... 「おそらく」 素数です。2 を返す場合、 num は確実に素数です。 例 例1 gmp_prob_prime() の例 <? ...
https://man.plustar.jp/php/function.gmp-prob-prime.html - [similar]
関数に渡された引数の数を返す 5005
« func_get_args function_exists » PHP Manual 関数処理 関数 関数に渡された引数の数を返す func_num ... _args (PHP 4, PHP 5, PHP 7, PHP 8) func_num_args — 関数に渡された引数の数を返す 説明 func_num_ ... からコールされた場合に警告を発生します。 例 例1 func_num_args() の例 <?php function foo () { $numargs = fun ... c_num_args (); echo "引数の数: $numargs \n" ; } foo ( 1 ... g() func_get_args() ReflectionFunctionAbstract::getNumberOfParameters() 関連キーワード: 関数 , func , arg ...
https://man.plustar.jp/php/function.func-num-args.html - [similar]
数値をパースする 5005
« NumberFormatter::parseCurrency NumberFormatter::setAttribute » PHP Manual NumberFormatter 数値 ... をパースする NumberFormatter::parse numfmt_parse (PHP 5 >= 5.3.0, P ... HP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::parse -- numfmt_parse — 数値をパースす ... る 説明 オブジェクト指向型 public NumberFormatter::parse ( string $string , int $type = ... nt &$offset = null ): int | float | false 手続き型 numfmt_parse ( NumberFormatter $formatter , string $st ...
https://man.plustar.jp/php/numberformatter.parse.html - [similar]
10 進数を 8 進数に変換する 4979
« dechex deg2rad » PHP Manual Math 関数 10 進数を 8 進数に変換する decoct (PHP 4, PHP 5, PHP 7, ... ct — 10 進数を 8 進数に変換する 説明 decoct ( int $num ): string 引数 num を 8 進数表現した文字列を返しま ... これは 777777777777777777777 を返します。 パラメータ num 変換したい 10 進数値。 戻り値 num を 8 進文字列で表 ... 基数を任意に変換する 関連キーワード: 変換 , decoct , num , プラットフォーム , dechex , 通常 , ビット , 表し ...
https://man.plustar.jp/php/function.decoct.html - [similar]
指定したデータソースに保存されているプロシージャのリストを取得する 4979
« odbc_procedurecolumns odbc_result_all » PHP Manual ODBC 関数 指定したデータソースに保存されてい ... ます。 PROCEDURE_CAT PROCEDURE_SCHEM PROCEDURE_NAME NUM_INPUT_PARAMS NUM_OUTPUT_PARAMS NUM_RESULT_SETS REM ... => dbo [PROCEDURE_NAME] => GetEmployeeSalesYTD;1 [NUM_INPUT_PARAMS] => -1 [NUM_OUTPUT_PARAMS] => -1 [NUM ... PROCEDURE , プロシージャ , 取得 , リスト , 保存 , NUM , 指定 , マッチ , パラメータ , PARAMS ...
https://man.plustar.jp/php/function.odbc-procedures.html - [similar]
指数表現 4979
« pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明 ... pow ( mixed $num , mixed $exponent ): int | float | object num の e ... を返します。 注意 : ** 演算子も使えます。 パラメータ num 使用する基数。 exponent 指数。 戻り値 num の expon ... べき乗を計算する 関連キーワード: 指数 , 表現 , pow , num , exponent , 注意 , int , 計算 , 数値 , べき乗 ...
https://man.plustar.jp/php/function.pow.html - [similar]
SQL 文によって変更された行の数を返す 4954
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_num ... um_rows (PECL ibm_db2 >= 1.0.0) db2_num_rows — SQL 文によって変更された行の数を返す 説明 d ... b2_num_rows ( resource $stmt ): int SQL 文によって削除、挿 ... なカーソルを使用して SELECT 文を発行した場合は、 db2_num_rows() は SELECT 文の結果の行数を返します。 しかし ... を返します。 関連キーワード: た行 , 変更 , 文 , 数 , num , rows , fetch , カーソル , スクロール , stmt ...
https://man.plustar.jp/php/function.db2-num-rows.html - [similar]
べき乗とモジュロを計算する 4954
« gmp_pow gmp_prob_prime » PHP Manual GMP 関数 べき乗とモジュロを計算する gmp_powm (PHP 4 >= 4.0 ... ジュロを計算する 説明 gmp_powm ( GMP | int | string $num , GMP | int | string $exponent , GMP | int | strin ... g $modulus ): GMP modulus を法として ( num の exponent 乗) を計算します。 exponent が負の場合 ... 、結果は未定義(undefined) となります。 パラメータ num もととなる数。 GMP オブジェクト、整数、あるいは数値 ... に変換可能な数値形式の文字列。 exponent 正の数で、 num を何乗するかを指定します。 GMP オブジェクト、整数、 ...
https://man.plustar.jp/php/function.gmp-powm.html - [similar]
余りつきの平方根 4954
« gmp_sqrt gmp_strval » PHP Manual GMP 関数 余りつきの平方根 gmp_sqrtrem (PHP 4 >= 4.0.4, PHP 5, ... つきの平方根 説明 gmp_sqrtrem ( GMP | int | string $num ): array ある数の平方根を余りつきで計算します。 パ ... ラメータ num 平方根を計算したい数。 GMP オブジェクト、整数、ある ... 値に変換可能な数値形式の文字列。 戻り値 最初の要素が num の整数平方根 ( gmp_sqrt() も参照ください)、2 番目の ... 要素が余り (すなわち、 num と最初の要素の 2 乗の差) であるような配列を返します ...
https://man.plustar.jp/php/function.gmp-sqrtrem.html - [similar]
指定されたフィールドのフィールド番号を返す 4954
« pg_field_name pg_field_prtlen » PHP Manual PostgreSQL 関数 指定されたフィールドのフィールド番号 ... を返す pg_field_num (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_field_num ... されたフィールドのフィールド番号を返す 説明 pg_field_num ( PgSql\Result $result , string $field ): int pg_f ... ield_num() は、 指定した結果 ( result ) インスタンスにおいて ... ド番号を返します。 注意 : この関数は、以前は pg_fieldnum() と呼ばれていました。 パラメータ result pg_query( ...
https://man.plustar.jp/php/function.pg-field-num.html - [similar]