検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 505 for [SIMILAR] 16 1024 4096 WITH 32542 variant WITH 2... (0.856 sec.)
ある範囲の整数を有する配列を作成する 0
« prev reset » PHP Manual 配列 関数 ある範囲の整数を有する配列を作成する range (PHP 4, PHP 5, PHP 7, PHP 8) range — ある範囲の整数を有する配列を作成する 説明 range ( string | int | float $start , string | int | float $end , int | float $step = 1 ): array ある範囲の整数を有する配列を作成し ...
https://man.plustar.jp/php/function.range.html - [similar]
ベンダー固有の整数属性を設定する 0
« radius_put_vendor_attr radius_put_vendor_string » PHP Manual Radius 関数 ベンダー固有の整数属性を設定する radius_put_vendor_int (PECL radius >= 1.1.0) radius_put_vendor_int — ベンダー固有の整数属性を設定する 説明 radius_put_vendor_int ( resource $radius_handle , int $vendor , int $type ...
https://man.plustar.jp/php/function.radius-put-vendor-int.html - [similar]
曜日を返す 0
« gregoriantojd jdmonthname » PHP Manual カレンダー 関数 曜日を返す jddayofweek (PHP 4, PHP 5, PHP 7, PHP 8) jddayofweek — 曜日を返す 説明 jddayofweek ( int $julian_day , int $mode = CAL_DOW_DAYNO ): int | string 曜日を返します。 モードに依存した文字あるいは整数を返す事が出来ます。 パラメ ...
https://man.plustar.jp/php/function.jddayofweek.html - [similar]
フォーマットされた文字列を出力する 0
« vfprintf vsprintf » PHP Manual String 関数 フォーマットされた文字列を出力する vprintf (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) vprintf — フォーマットされた文字列を出力する 説明 vprintf ( string $format , array $values ): int format に基づき文字列フォーマットされた文字列を出力します (フォー ...
https://man.plustar.jp/php/function.vprintf.html - [similar]
フォーマットされた文字列を返す 0
« vprintf wordwrap » PHP Manual String 関数 フォーマットされた文字列を返す vsprintf (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) vsprintf — フォーマットされた文字列を返す 説明 vsprintf ( string $format , array $values ): string sprintf() と動作は同じですが、 可変長の引数ではなく配列を引数としま ...
https://man.plustar.jp/php/function.vsprintf.html - [similar]
巨大な数を加算する 0
« Sodium 関数 sodium_base642bin » PHP Manual Sodium 関数 巨大な数を加算する sodium_add (PHP 7 >= 7.2.0, PHP 8) sodium_add — 巨大な数を加算する 説明 sodium_add ( string &$string1 , string $string2 ): void この関数は、 引数 string2 を string1 に加算し、 string1 の値を上書きします。 この関数 ...
https://man.plustar.jp/php/function.sodium-add.html - [similar]
変数が整数型かどうかを検査する 0
« is_float is_integer » PHP Manual 変数操作 関数 変数が整数型かどうかを検査する is_int (PHP 4, PHP 5, PHP 7, PHP 8) is_int — 変数が整数型かどうかを検査する 説明 is_int ( mixed $value ): bool 与えられた変数の型が整数型かどうかを検査します。 注意 : 変数が数値か数値形式の文字列かを判断したい ...
https://man.plustar.jp/php/function.is-int.html - [similar]
引数で除算をした際の剰余を返す 0
« floor getrandmax » PHP Manual Math 関数 引数で除算をした際の剰余を返す fmod (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) fmod — 引数で除算をした際の剰余を返す 説明 fmod ( float $num1 , float $num2 ): float 被除数( num1 )を除数( num2 ) で割った余りを返します。余り( r )は、 整数 i を使用し ...
https://man.plustar.jp/php/function.fmod.html - [similar]
インデックスの情報およびテーブルの統計情報を含む結果セットを返す 0
« db2_special_columns db2_stmt_error » PHP Manual IBM DB2 関数 インデックスの情報およびテーブルの統計情報を含む結果セットを返す db2_statistics (PECL ibm_db2 >= 1.0.0) db2_statistics — インデックスの情報およびテーブルの統計情報を含む結果セットを返す 説明 db2_statistics ( resource $connect ...
https://man.plustar.jp/php/function.db2-statistics.html - [similar]
任意精度数値のべき乗の、指定した数値による剰余 0
« bcpow bcscale » PHP Manual BC Math 関数 任意精度数値のべき乗の、指定した数値による剰余 bcpowmod (PHP 5, PHP 7, PHP 8) bcpowmod — 任意精度数値のべき乗の、指定した数値による剰余 説明 bcpowmod ( string $num , string $exponent , string $modulus , ? int $scale = null ): string modulus で割っ ...
https://man.plustar.jp/php/function.bcpowmod.html - [similar]